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 are the data types in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is encapsulation oop?
What is the main purpose of inheritance law?
How do you define a class in oop?
Can enum be null?
How to improve object oriented design skills?
Can bst contain duplicates?
What is class and object with example?
What does enum stand for?
Why do we need oop?
What is abstraction and encapsulation?
What is oops?what is its use in software engineering?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation in oop?