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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Did c have any year 2000 problems?
What is the argument of a function in c?
Tell me what is the purpose of 'register' keyword in c language?
Write a program to print all permutations of a given string.
Is there any data type in c with variable size?
What are examples of structures?
Explain what is the use of a semicolon (;) at the end of every program statement?
How to Throw some light on the splay trees?
What is a dynamic array in c?
What is a program flowchart and explain how does it help in writing a program?
Do variables need to be initialized?
What is a MAC Address?
What is the difference between exit() and _exit() function?
How can I find out the size of a file, prior to reading it in?