How do I declare a pointer to an array?

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


Please Help Members By Posting Answers For Below Questions

What is an auto keyword in c?

636


Explain the difference between structs and unions in c?

570


How will you divide two numbers in a MACRO?

702


What is the difference between exit() and _exit() function in c?

576


Is there a way to compare two structure variables?

610






Can you pass an entire structure to functions?

688


What is cohesion in c?

534


When should a far pointer be used?

597


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1734


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

639


Why double pointer is used in c?

563


Explain what is meant by 'bit masking'?

638


will u please send me the placement papers to my mail???????????????????

1357


Why is void main used?

613


How are portions of a program disabled in demo versions?

741