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
Differentiate between #include<...> and #include '...'
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Is it valid to address one element beyond the end of an array?
what are # pragma staments?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why ca not I do something like this?
Write programs for String Reversal & Palindrome check
Write a simple code fragment that will check if a number is positive or negative.
What are identifiers in c?
Explain bit masking in c?
Explain how do you convert strings to numbers in c?
Suggesting that there can be 62 seconds in a minute?
What is data structure in c language?
Dont ansi function prototypes render lint obsolete?
What are pointers? What are different types of pointers?