const char *
char * const
What is the differnce between the above tow?.
Answer Posted / satish
declaration of pointer after character in the first
case,but in second case before constant declaring the
pointer
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
There seem to be a few missing operators ..
What are the types of assignment statements?
What is floating point constants?
What does *p++ do? What does it point to?
Explain which function in c can be used to append a string to another string?
Explain what is page thrashing?
How will you divide two numbers in a MACRO?
What is the meaning of c in c language?
What are the usage of pointer in c?
What are enumerated types?
What is the purpose of 'register' keyword in c language?
What is return type in c?
What is #pragma statements?
Why do we write return 0 in c?
What is this infamous null pointer, anyway?