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
What are type modifiers in c?
What does void main () mean?
What is indirection? How many levels of pointers can you have?
When should the const modifier be used?
Disadvantages of C language.
What is a global variable in c?
What are structure types in C?
What is atoi and atof in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can a string be converted to a number?
Lists the benefits of c programming language?
c program to compute AREA under integral
Write program to remove duplicate in an array?
What are the functions to open and close file in c language?