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 / sivadatta kodali
answer is Both a And b because automatic variables is
nothing but a normalvariables their scope is with in the block
it must be declared before using the variable
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between strcpy() and memcpy() function?
What is the purpose of 'register' keyword?
How can I write functions that take a variable number of arguments?
Why enum is used in c?
What is the difference between #include
What is this infamous null pointer, anyway?
How would you obtain the current time and difference between two times?
What is the use of ?
Differentiate fundamental data types and derived data types in C.
What is LINKED LIST? How can you access the last element in a linked list?
can any one provide me the notes of data structure for ignou cs-62 paper
What is c system32 taskhostw exe?
What does sizeof return c?
what do you mean by enumeration constant?
What is indirection in c?