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
List the difference between a "copy constructor" and a "assignment operator"?
What is const and volatile in c?
Explain modulus operator.
Write a program to swap two numbers without using a temporary variable?
Is that possible to add pointers to each other?
What is structure in c definition?
Where are some collections of useful code fragments and examples?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Write a program for Overriding.
What is default value of global variable in c?
What does. int *x[](); means ?
What is multidimensional arrays
What is ponter?
Explain union. What are its advantages?
What are run-time errors?