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 are the string functions? List some string functions available in c.
What is .obj file in c?
What are structure types in C?
What are the types of arrays in c?
What is a constant and types of constants in c?
if p is a string contained in a string?
Do you have any idea about the use of "auto" keyword?
How many header files are in c?
How do you redirect a standard stream?
What is the use of pointers in C?
Explain the advantages of using macro in c language?
What is "Hungarian Notation"?
What does it mean when a pointer is used in an if statement?
Explain a pre-processor and its advantages.
Function calling procedures? and their differences? Why should one go for Call by Reference?