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

What is #pragma statements?

583


Can the sizeof operator be used to tell the size of an array passed to a function?

612


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1481


What is an auto variable in c?

748


How many types of operator or there in c?

598






Why should I prototype a function?

630


Linked lists -- can you tell me how to check whether a linked list is circular?

641


What is binary tree in c?

617


What are types of functions?

559


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2330


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

660


What are all different types of pointers in c?

572


What is the purpose of the statement: strcat (S2, S1)?

638


What are predefined functions in c?

560


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1836