Why c++ is better than c language?


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

Post New Answer

More C++ General Interview Questions

What is the use of vtable?

0 Answers  


What is binary search in c++?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What is the main purpose of overloading operators?

0 Answers  


Do inline functions improve performance?

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,


What does n mean in c++?

0 Answers  


What is vector string in c++?

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


What are protected members in c++?

0 Answers  


How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


Categories