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


Please Help Members By Posting Answers For Below Questions

any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

636


How can I get back to the interactive keyboard if stdin is redirected?

675


How can you avoid including a header more than once?

568


What is 2c dna?

611


What is realloc in c?

583






Where define directive used?

611


What are the valid places to have keyword “break”?

657


why return type of main is not necessary in linux

1710


What is void main () in c?

739


how logic is used

1504


What are the types of assignment statements?

635


State the difference between realloc and free.

641


How can you increase the size of a dynamically allocated array?

651


Can we use visual studio for c?

556


What does *p++ do?

595