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 should malloc() do?
i got 75% in all semester am i eligible for your company
How can you read a directory in a C program?
What is && in c programming?
Explain what is the benefit of using const for declaring constants?
Explain how do you determine whether to use a stream function or a low-level function?
Explain the use of bit fieild.
What is main function in c?
What is binary tree in c?
How can I get the current date or time of day in a c program?
Why do we use null pointer?
What is a structure member in c?
What are the 4 data types?
Can we declare variables anywhere in c?
What is the size of array float a(10)?