Which of the following about automatic variables within a
function is correct ?
a.its type must be declared before using the variable
b.they are local
c.they are not initialised to zero
d.they are global.
Answer Posted / sundeep
They are local.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
What is use of pointer?
What is n in c?
Distinguish between actual and formal arguments.
explain what is an endless loop?
Explain what is the difference between null and nul?
Is c is a high level language?
What is the use of structure padding in c?
simple program of graphics and their output display
What is the method to save data in stack data structure type?
How can I make it pause before closing the program output window?
Explain goto?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How many loops are there in c?
#include
Can we declare a function inside a function in c?