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

Answer Posted / chandan seta

In c we use #include<stdio.h> but in c++ we use
#include<iostream.h>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the data types in oop?

803


What does I oop mean?

817


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(); }

2191


What do you mean by Encapsulation?

796


What is the difference between abstraction and polymorphism?

823


Is react oop?

799


can we make game by using c

3701


What is solid in oops?

794


What is abstraction encapsulation?

847


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1970


What are the 3 principles of oop?

812


What is stream in oop?

1024


What are the benefits of interface?

780


Why is destructor used?

749


what is graphics

2199