array of pointer
pointer to array
pointer to pointer
Answer Posted / harisankar.k.r.ctl
no
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is advantage of pointer in c?
how we can make 3d venturing graphics on outer interface
How main function is called in c?
What is zero based addressing?
C program to find all possible outcomes of a dice?
What are the advantages of c preprocessor?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How can I find out the size of a file, prior to reading it in?
What is a header file?
Explain high-order and low-order bytes.
Is main is user defined function?
write a program to copy the string using switch case?
Explain why can’t constant values be used to define an array’s initial size?
What is define directive?
What is 02d in c?