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

Why is c++ still used?

0 Answers  


What is c++ w3school?

0 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,


What is c++ manipulator?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  






What is a local reference?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


What is c++ try block?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


Which coding certification is best?

0 Answers  


Categories