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
What does %d do in c?
what is the different bitween abap and abap-hr?
Where static variables are stored in c?
Tell us bitwise shift operators?
What does int main () mean?
Difference between Function to pointer and pointer to function
What is the difference between printf and scanf in c?
What are pointers really good for, anyway?
Explain the meaning of keyword 'extern' in a function declaration.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain what is the difference between text files and binary files?
What is the benefit of using #define to declare a constant?
What are pointers?
Tell me is null always defined as 0(zero)?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()