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
Define macros.
What is void c?
Write a program to print fibonacci series using recursion?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is meant by 'bit masking'?
Explain enumerated types.
Which programming language is best for getting job 2020?
Write a C program to count the number of email on text
What is the meaning of typedef struct in c?
Is register a keyword in c?
How would you obtain the current time and difference between two times?
What is a constant?
What are register variables? What are the advantage of using register variables?
What is the difference between void main and main in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a