Why is it called c++?


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

Post New Answer

More C++ General Interview Questions

Can a program run without main in c++?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


write the prime no program in c++?

16 Answers  


What is a "Copy Constructor"?

2 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  






In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

0 Answers   Care,


How to write a program such that it will delete itself after exectution?

3 Answers  


Write a note about the virtual member function?

0 Answers  


what are Access specifiers in C++ class? What are the types?

0 Answers  


Categories