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 wrong in this statement? scanf(“%d”,whatnumber);

961


Calculate 1*2*3*____*n using recursive function??

1738


Distinguish between actual and formal arguments.

808


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2010


Why c language is called c?

738


Is fortran still used today?

796


Explain what is the stack?

831


Define macros.

1013


Does c have an equivalent to pascals with statement?

756


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1656


What is array within structure?

819


What is header file in c?

823


What are file streams?

764


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1739


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1686