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
What is polymorphism oop?
What is use of overloading?
What is encapsulation in oops?
can we make game by using c
Why is encapsulation used?
What is the advantage of oop over procedural language?
What makes a language oop?
What is the real time example of inheritance?
Why do we use oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How Do you Code Composition and Aggregation in C++ ?
What is the renewal class?
What is multilevel inheritance?
What is destructor in oop?
Can an interface inherit a class?