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
Difference between strcpy() and memcpy() function?
When we use void main and int main?
What does return 1 means in c?
what is the different bitween abap and abap-hr?
Why is c platform dependent?
What is sizeof int?
What is difference between %d and %i in c?
Explain the difference between exit() and _exit() function?
How can I insert or delete a line (or record) in the middle of a file?
Differentiate between Macro and ordinary definition.
What is #include conio h?
What is an operator?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What do you mean by dynamic memory allocation in c? What functions are used?