Answer Posted / sureshreddy
data_type (*ptr)[];
ex: int (*ptr)[10];
pointer to arry of 10 elements
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
write a c program in such a way that if we enter the today date the output should be next day's date.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Do pointers need to be initialized?
What is the maximum length of an identifier?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Is it better to use malloc() or calloc()?
What is the process of writing the null pointer?
formula to convert 2500mmh2o into m3/hr
What are the types of pointers?
What is indirection in c?
Explain what is the difference between functions getch() and getche()?
Is javascript written in c?
What is the benefit of using #define to declare a constant?
what do you mean by inline function in C?