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

Answer Posted / chetna chaudhari,jalgaon

in c we use #include<stdio.h>as iclusion file,while in c++
we use #include<iostreame>as inclusion file.

Is This Answer Correct ?    2021 Yes 949 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstraction in oops with example?

770


What are constructors in oop?

587


What is polymorphism explain its types?

674


What is multilevel inheritance?

722


What is the main purpose of inheritance law?

667






What is abstract class in oops?

596


What is inheritance and how many types of inheritance?

614


Can a varargs method be overloaded?

615


Why it is called runtime polymorphism?

573


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1637


What is encapsulation selenium?

553


What is overriding in oop?

548


What is stream in oop?

837


What is destructor give example?

600


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

941