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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What does void main () mean?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Can we change the value of #define in c?
Explain the use of fflush() function?
How can I delete a file?
What is data structure in c programming?
I need a sort of an approximate strcmp routine?
What are the advantages of c language?
What is a good data structure to use for storing lines of text?
In C programming, what command or code can be used to determine if a number of odd or even?
What is volatile
What's the total generic pointer type?