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 / rajan singh

b. is right answer

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

632


i got 75% in all semester am i eligible for your company

1733


Differentiate between static and dynamic modeling.

613


When should I declare a function?

621


What oops means?

578






Do you know null pointer?

605


What is wrong in this statement?

601


What are the advantages of the functions?

602


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

755


How was c created?

586


Is there a built-in function in C that can be used for sorting data?

742


What is the use of bit field?

635


explain what are pointers?

615


Can a pointer be static?

615


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

634