Answer Posted / saravanan j (srm universi
array concept is used to locate the memory allocation for
the variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
If errno contains a nonzero number, is there an error?
Explain the meaning of keyword 'extern' in a function declaration.
What is the size of empty structure in c?
Why are all header files not declared in every c program?
What is meant by keywords in c?
What is sizeof c?
What is use of pointer?
Difference between strcpy() and memcpy() function?
What are the different properties of variable number of arguments?
How are 16- and 32-bit numbers stored?
Why can’t we compare structures?
What is file in c language?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
which is conditional construct a) if statement b) switch statement c) while/for d) goto