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 / subbu
options a,b,c are correct
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
How do I get a null pointer in my programs?
What does %2f mean in c?
What is the difference between the local variable and global variable in c?
What is a pointer in c?
Can a pointer be null?
What is the difference between pure virtual function and virtual function?
If errno contains a nonzero number, is there an error?
What are the 4 data types?
What is enumerated data type in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Can main () be called recursively?
Distinguish between actual and formal arguments.
How are variables declared in c?
What is assert and when would I use it?
Explain the difference between exit() and _exit() function?