what is the main difference between c and c++?
Answer Posted / balaji
header file in c is <iostream.h> and in c++ it is <stdio.h>
input in c is cin>> and in c++ it is scanf
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is protected in oop?
What is destructor in oop?
What are properties in oop?
What is abstract class in oop?
What is encapsulation with example?
What is encapsulation process?
What is interface? When and where is it used?
Can destructor be overloaded?
Can you explain polymorphism?
Which method cannot be overridden?
What is polymorphism in oops with example?
What is the renewal class?
What is multilevel inheritance in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
write knight tour problem which is present in datastructure