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
What is unsigned int in c?
What are the types of type specifiers?
What is the difference between Printf(..) and sprint(...) ?
Explain high-order bytes.
Can variables be declared anywhere in c?
What is the difference between functions abs() and fabs()?
What does emoji p mean?
Explain the difference between the local variable and global variable in c?
What is new line escape sequence?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is a const pointer in c?
Are bit fields portable?
Is null valid for pointers to functions?
Is calloc better than malloc?
Mention four important string handling functions in c languages .