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
What are the data types in oop?
What does I oop mean?
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(); }
What do you mean by Encapsulation?
What is the difference between abstraction and polymorphism?
Is react oop?
can we make game by using c
What is solid in oops?
What is abstraction encapsulation?
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’.
What are the 3 principles of oop?
What is stream in oop?
What are the benefits of interface?
Why is destructor used?
what is graphics