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
What is wrong in this statement? scanf(“%d”,whatnumber);
Calculate 1*2*3*____*n using recursive function??
Distinguish between actual and formal arguments.
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Why c language is called c?
Is fortran still used today?
Explain what is the stack?
Define macros.
Does c have an equivalent to pascals with statement?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is array within structure?
What is header file in c?
What are file streams?
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.
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