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 / sundeep
They are local.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
List the difference between a "copy constructor" and a "assignment operator"?
#include
what is the function of pragma directive in c?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Why are all header files not declared in every c program?
What is #define used for in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the scope of static variable in c?
Explain what is dynamic data structure?
What are the two forms of #include directive?
What are the disadvantages of a shell structure?
What is #include conio h?
When should volatile modifier be used?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is dynamic dispatch in c++?