what is the main difference between c and c++?

Answer Posted / aliraza

c language could not any return value and c++ return value

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops?what is its use in software engineering?

742


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

2190


hi all..i want to know oops concepts clearly can any1 explain??

1873


What is the use of oops?

777


Can a destructor be called directly?

780


What is overriding in oops?

804


What is the types of inheritance?

782


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3802


What is advantage of inheritance?

911


What is abstract class in oops?

757


Why do we use encapsulation in oops?

724


What does no cap mean?

772


Why is oop useful?

799


What polymorphism means?

795


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1600