To what value do nonglobal variables default?
1) auto
2) register
3) static
Answer Posted / srinivas
static
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are type modifiers in c?
What are linker error?
What do you know about the use of bit field?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a good way to implement complex numbers in c?
Can the size of an array be declared at runtime?
Give me the code of in-order recursive and non-recursive.
What is "Duff's Device"?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How do you print an address?
List some of the static data structures in C?
What do you mean by c what are the main characteristics of c language?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain what header files do I need in order to define the standard library functions I use?