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 is difference between structure and union?
How can I sort more data than will fit in memory?
What is hungarian notation? Is it worthwhile?
What are the preprocessor categories?
What is the size of array float a(10)?
how should functions be apportioned among source files?
Does c have circular shift operators?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How can I implement sets or arrays of bits?
What is c programing language?
Can you assign a different address to an array tag?
What is the -> in c?
Difference between Shallow copy and Deep copy?
Why does everyone say not to use scanf? What should I use instead?