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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I recover the file name given an open stream?

553


Which built-in library function can be used to match a patter from the string?

745


What is typedf?

666


Why is extern used in c?

612


What are header files? What are their uses?

637






Explain what are the different file extensions involved when programming in c?

633


What are the difference between a free-standing and a hosted environment?

743


How can I sort a linked list?

635


What is zero based addressing?

713


Write a program on swapping (100, 50)

636


How can you determine the size of an allocated portion of memory?

741


Why do we use int main instead of void main in c?

618


What’s the special use of UNIONS?

657


What does volatile do?

565


Explain what are the different data types in c?

754