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
Explain what is the difference between null and nul?
Who invented bcpl language?
int i=10; printf("%d %d %d", i, i=20, i);
What is structure padding in c?
What is a void pointer in c?
What is a ternary operator in c?
Why c is called a mid level programming language?
Difference between exit() and _exit() function?
How to draw the flowchart for structure programs?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
int far *near * p; means
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is getch () for?
What is the difference between new and malloc functions?