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 / subbu
options a,b,c are correct
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
How does normalization of huge pointer works?
What is a function in c?
Is int a keyword in c?
What is nested structure with example?
What is maximum size of array in c?
How are variables declared in c?
How do you print only part of a string?
What is character constants?
How to establish connection with oracle database software from c language?
Why does not c have an exponentiation operator?
Explain which function in c can be used to append a string to another string?
What are the advantages of using Unions?
Why use int main instead of void main?
can anyone please tell about the nested interrupts?
Can you pass an entire structure to functions?