const char *

char * const

What is the differnce between the above two?

Answers were Sorted based on User's Feedback



const char * char * const What is the differnce between the above two?..

Answer / priya

both are has a same meaning

Is This Answer Correct ?    1 Yes 18 No

Post New Answer

More C++ General Interview Questions

Is c better than c++?

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


How does list r; differs from list r();?

0 Answers  


Explain some examples of operator overloading?

0 Answers  


What does the ios::ate argument do?

0 Answers  


What type of question are asked in GE code writing test based on c++ data structures and pointers?

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  


What is string in c++ programming?

0 Answers  


What does obj stand for?

0 Answers  


How is c++ used in the real world?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Categories