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.
Answers were Sorted based on User's Feedback
Answer / sivadatta kodali
answer is Both a And b because automatic variables is
nothing but a normalvariables their scope is with in the block
it must be declared before using the variable
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uma
auto is a defult data type in c na???then have to declare??
but c answer is some what ok....but exactly i think b...
i go for b
| Is This Answer Correct ? | 4 Yes | 1 No |
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are the types of bitwise operator?
What are local static variables? How can you use them?
how we do lcm of two no using c simple if while or for statement
How do you list a file’s date and time?
Is there any data type in c with variable size?
who is the father of C Language?
20 Answers CTS, UST,
What is double pointer?
Why is #define used?
why do we use # in c-language?
Is main is user defined function?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me