To what value do nonglobal variables default?
1) auto
2) register
3) static
Answer Posted / k.kavitha
1) Auto
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between struct and union in C?
What is the benefit of using #define to declare a constant?
How would you obtain the current time and difference between two times?
How do you determine whether to use a stream function or a low-level function?
Explain what are the advantages and disadvantages of a heap?
What is getche() function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is a program?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Do array subscripts always start with zero?
Does c have class?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the sizeof () a pointer?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above