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 / rajan singh
b. is right answer
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how can use subset in c program and give more example
Why pointers are used in c?
How can you avoid including a header more than once?
List the variables are used for writing doubly linked list program.
Why are algorithms important in c program?
What does the message "automatic aggregate intialization is an ansi feature" mean?
When should a far pointer be used?
List the difference between a While & Do While loops?
How are strings stored in c?
Why is void main used?
Differentiate call by value and call by reference?
Where can I get an ansi-compatible lint?
How can I open files mentioned on the command line, and parse option flags?
What is pragma c?
What is the difference between array_name and &array_name?