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 is abstraction in oop with example?
Which method cannot be overridden?
What is abstraction in oop?
Can enum be null?
What is an advantage of polymorphism?
What is this pointer in oop?
Templates mean
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are properties in oop?
What are the 4 pillars of oop?
What is protected in oop?
What is destructor give example?
write a C++ program for booking using constructor and destructor.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is the diamond problem in inheritance?