Const char *p , char const *p What is the difference between the above two?


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

Post New Answer

More C++ General Interview Questions

What are the three forms of cin.get() and what are their differences?

0 Answers  


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,


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


How did c++ get its name?

0 Answers  






what is multi-threading in C++?

0 Answers  


What is the purpose of template?

0 Answers  


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

0 Answers  


Which operations are permitted on pointers?

0 Answers  


When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


What does override mean in c++?

0 Answers  


Can a built-in function be recursive?

0 Answers  


Categories