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 pass by reference in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Why c is procedure oriented?
What is the purpose of main( ) in c language?
Explain about C function prototype?
What is bss in c?
What is NULL pointer?
How can I pad a string to a known length?
Explain what is the purpose of "extern" keyword in a function declaration?
Why c is called a mid level programming language?
What are the usage of pointer in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What are the __date__ and __time__ preprocessor commands?
Do pointers store the address of value or the actual value of a variable?