Answer Posted / anandmayi
An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.
| Is This Answer Correct ? | 143 Yes | 24 No |
Post New Answer View All Answers
Differentiate between Macro and ordinary definition.
What is the advantage of a random access file?
What is %s and %d in c?
What is the use of a conditional inclusion statement in C?
How to Throw some light on the splay trees?
What are qualifiers?
How can you call a function, given its name as a string?
What are static variables in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is sizeof in c?
Explain what is the difference between the expression '++a' and 'a++'?
What is wrong with this initialization?
What is calloc() function?
What is the purpose of the preprocessor directive error?
What is the 'named constructor idiom'?