regarding the scope of the varibles;identify the incorrect
statement:
a.automatic variables are automatically initialised to 0
b.static variables are are automatically initialised to 0
c.the address of a register variable is not accessiable
d.static variables cannot be initialised with any expression

Answer Posted / guest

a

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define VARIABLE?

692


What is chain pointer in c?

605


What are different types of pointers?

567


given post order,in order construct the corresponding binary tree

2326


Can we assign string to char pointer?

592






What is c standard library?

694


What is the scope of static variable in c?

538


What is the difference between exit() and _exit() function in c?

587


how to count no of words,characters,lines in a paragraph.

3912


What are the advantages of using new operator as compared to the function malloc ()?

762


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

592


what is use of malloc and calloc?

1389


Where are some collections of useful code fragments and examples?

721


What is static function in c?

639


How can you increase the size of a statically allocated array?

622