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
Are comments included during the compilation stage and placed in the EXE file as well?
what is the significance of static storage class specifier?
What is character constants?
Explain can you assign a different address to an array tag?
What type is sizeof?
Why is c called a mid-level programming language?
What is self-referential structure in c programming?
Write a program which returns the first non repetitive character in the string?
What is null in c?
What is the hardest programming language?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is a void pointer in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
how to capitalise first letter of each word in a given string?
Why is it usually a bad idea to use gets()? Suggest a workaround.