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 a lvalue
I have seen function declarations that look like this
What is file in c preprocessor?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the use of header?
Why is #define used?
How can I write a function that takes a format string and a variable number of arguments?
Is it possible to have a function as a parameter in another function?
explain how do you use macro?
What is the full form of getch?
simple program of graphics and their output display
What is the process to generate random numbers in c programming language?
Write the Program to reverse a string using pointers.