Why is c++ is better than c?


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

Post New Answer

More C++ General Interview Questions

How would you use qsort() function to sort an array of structures?

0 Answers  


How to declare a pointer to an array of integers?

0 Answers  


What are friend functions?

1 Answers  


In c++, what is the difference between method overloading and method overriding?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  






class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


what does the following statement mean? int (*a)[4]

0 Answers  


Does c++ support exception handling?

0 Answers  


What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


How many keywords are used in c++?

0 Answers  


Can a program run without main function?

0 Answers  


Explain data encapsulation?

0 Answers  


Categories