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 is a c token and types of c tokens?
When is a “switch” statement preferable over an “if” statement?
Why do we use int main instead of void main in c?
How can I open a file so that other programs can update it at the same time?
How are strings stored in c?
all c language question
Linked lists -- can you tell me how to check whether a linked list is circular?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
When do we get logical errors?
What does & mean in scanf?
Why structure is used in c?
What is the acronym for ansi?
Is c procedural or object oriented?
Why is structure important for a child?
Why enum is used in c?