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
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Is c weakly typed?
What is a protocol in c?
What is operator promotion?
What are the benefits of organizational structure?
What is indirection?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the basic structure of c?
Can you please explain the difference between malloc() and calloc() function?
write a programming in c to find the sum of all elements in an array through function.
How do we open a binary file in Read/Write mode in C?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How many levels of pointers have?
What is indirection in c?
Write the syntax and purpose of a switch statement in C.