adspace
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 / rajan singh
b. is right answer
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
i have a written test for microland please give me test pattern
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
write a progrmm in c language take user interface generate table using for loop?
What is variable initialization and why is it important?
Explain the difference between null pointer and void pointer.
Differentiate between null and void pointers.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Do you know the difference between malloc() and calloc() function?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are compound statements?
How can I implement sets or arrays of bits?
ATM machine and railway reservation class/object diagram
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
what is ur strangth & weekness