What are Storage Classes in C ?
Answer Posted / a
a
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
How many bytes are occupied by near, far and huge pointers (dos)?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Place the #include statement must be written in the program?
What is an expression?
What is a ternary operator in c?
Why we write conio h in c?
What are the parts of c program?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is scope and lifetime of a variable in c?
What is #include called?
What is the use of volatile?
What is the size of enum in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is local and global variable in c?