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
Why structure is used in c?
Explain two-dimensional array.
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain what are multibyte characters?
What is pivot in c?
Can one function call another?
List some basic data types in c?
Why is %d used in c?
Explain what is the difference between functions abs() and fabs()?
What is dynamic dispatch in c++?
How can you invoke another program from within a C program?
How many header files are in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is the significance of c program algorithms?