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

What is difference between %d and %i in c?

691


Is c programming hard?

574


What does c in a circle mean?

583


What does s c mean on snapchat?

584


State two uses of pointers in C?

638






What is the purpose of & in scanf?

596


How many bytes are occupied by near, far and huge pointers (dos)?

667


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

761


What is the right type to use for boolean values in c? Is there a standard type?

564


State the difference between x3 and x[3].

650


How can I implement sets or arrays of bits?

603


Explain what is the most efficient way to store flag values?

695


How does sizeof know array size?

627


which is conditional construct a) if statement b) switch statement c) while/for d) goto

739


Differentiate between ordinary variable and pointer in c.

615