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

Explain what are accessor methods?

0 Answers  


What is a namespace in c++?

0 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


What is a pointer with example?

0 Answers  






Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

0 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


What is the most useful programming language?

0 Answers  


Write about an iterator class?

0 Answers  


What is the use of endl?

0 Answers  


Categories