What is maximum size of array in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Differentiate between full, complete & perfect binary trees.
swap two integer variables without using a third temporary variable?
Explain 'bit masking'?
Explain modulus operator. What are the restrictions of a modulus operator?
When should the const modifier be used?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
What does calloc stand for?
What is the OOPs concept?
How to write a multi-statement macro?
Is c dynamically typed?