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 is the difference between declaring a variable and defining a variable?
how is the examination pattern?
Write a program to check whether a number is prime or not using c?
How do I use strcmp?
What is #include stdlib h?
Why c is known as a mother language?
Explain what is the difference between a free-standing and a hosted environment?
What is c method?
Why is c fast?
What is calloc malloc realloc in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can I read in an object file and jump to locations in it?
How many bytes are occupied by near, far and huge pointers (dos)?
Explain can you assign a different address to an array tag?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.