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 / sundeep
They are local.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are valid operations on pointers?
What is a program?
Write a program for Overriding.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What happens if header file is included twice?
Differentiate between full, complete & perfect binary trees.
What is the difference between NULL and NUL?
Why c is called procedure oriented language?
how to write a c program to print list of fruits in alpabetical order?
Explain what are global variables and explain how do you declare them?
What is printf () in c?
how to find binary of number?
What is class and object in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .