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 / shruti

yup options a , b , c are correct..

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1180


What functions are used in dynamic memory allocation in c?

595


Can you apply link and association interchangeably?

675


What is break in c?

587


What is c programming structure?

620






Is c procedural or functional?

586


What is cohesion in c?

540


What is a function simple definition?

616


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2699


What are different types of variables in c?

571


How do you define a function?

581


What are multibyte characters?

642


Is malloc memset faster than calloc?

614


Define VARIABLE?

690


Why is structure padding done in c?

642