Answer Posted / k.thejonath
char (*)p[100];
Here p is a pointer to an array of 100 character elements..
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Why is c called "mother" language?
How does #define work?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the purpose of clrscr () printf () and getch ()?
What are formal parameters?
How to write a multi-statement macro?
Can you assign a different address to an array tag?
What is the use of structure padding in c?
find the sum of two matrices and WAP for it.
What are called c variables?
What are near, far and huge pointers?
What are dangling pointers? How are dangling pointers different from memory leaks?
how to count no of words,characters,lines in a paragraph.
What is the role of this pointer?
What are high level languages like C and FORTRAN also known as?