Answer Posted / abhi
array is such static collection of data which store data
member of same datatype
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many bytes is a struct in c?
What is the purpose of scanf() and printf() functions?
Explain what are global variables and explain how do you declare them?
What are the different types of control structures?
What is identifier in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is array name a pointer?
Explain what does a function declared as pascal do differently?
how to write a c program to print list of fruits in alpabetical order?
What are pragmas and what are they good for?
How do shell structures work?
What type of function is main ()?
What is the purpose of void pointer?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the 'named constructor idiom'?