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 / sivadatta kodali
answer is Both a And b because automatic variables is
nothing but a normalvariables their scope is with in the block
it must be declared before using the variable
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the value of h?
What is the c language function prototype?
What is the explanation for the dangling pointer in c?
What is the difference between memcpy and memmove?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the use of a conditional inclusion statement in C?
Tell me about low level programming languages.
What is ambagious result in C? explain with an example.
How can I open files mentioned on the command line, and parse option flags?
What is default value of global variable in c?
What is a example of a variable?
What does the function toupper() do?
What are data structures in c and how to use them?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Is it better to bitshift a value than to multiply by 2?