Tell me difference between constant pointer and pointer to a constant.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Which software is used to run c++ program?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


How do you link a C++ program to C functions?

4 Answers  


Explain the difference between c & c++?

0 Answers  






What is oop in c++?

0 Answers  


What is a node class in c++?

0 Answers  


What is Destructor in C++?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the basic structure of a c++ program?

0 Answers  


Who was the creator of c++?

0 Answers  


Categories