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

When is the “void” keyword used in a function?

843


Write a Program to find whether the given number or string is palindrome.

616


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

669


What is a example of a variable?

555


Explain what does a function declared as pascal do differently?

644






What does node * mean?

716


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

643


What is new line escape sequence?

814


Differentiate Source Codes from Object Codes

824


What is actual argument?

593


What are the applications of c language?

629


Is main a keyword in c?

635


How can type-insensitive macros be created?

704


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1474


Explain the use of 'auto' keyword in c programming?

685