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 / uma
auto is a defult data type in c na???then have to declare??
but c answer is some what ok....but exactly i think b...
i go for b
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Difference between constant pointer and pointer to a constant.
What does d mean?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
what is a constant pointer in C
can any one tel me wt is the question pattern for NIC exam
What is the role of this pointer?
Can we declare variables anywhere in c?
Explain goto?
What is operator promotion?
How can I open files mentioned on the command line, and parse option flags?
Do you know the purpose of 'register' keyword?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How do you print only part of a string?
What do you mean by recursion in c?
How can I split up a string into whitespace-separated fields?