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.
Post New Answer View All Answers
What is malloc calloc and realloc in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the scope of static variable in c?
What is the difference between %d and %i?
When would you use a pointer to a function?
Combinations of fibanocci prime series
Do you have any idea about the use of "auto" keyword?
Write a program to reverse a linked list in c.
How do c compilers work?
What is a structure in c language. how to initialise a structure in c?
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...
Explain what are binary trees?
Explain about the functions strcat() and strcmp()?
What is calloc() function?
What is a pointer variable in c language?