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


Please Help Members By Posting Answers For Below Questions

What kind of structure is a house?

562


Explain what are the advantages and disadvantages of a heap?

599


Write the Program to reverse a string using pointers.

620


Compare interpreters and compilers.

642


Are global variables static in c?

679






What is a volatile keyword in c?

639


What does void main () mean?

738


Explain why c is faster than c++?

578


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

619


What is the use of a static variable in c?

596


Explain how does flowchart help in writing a program?

636


What language is c written?

580


What are header files and explain what are its uses in c programming?

616


How many keywords (reserve words) are in c?

624


Write a program with dynamically allocation of variable.

607