what is the main difference between c and c++?
Answer Posted / ruchi chopra
in c++ the user define their own datadype i.e user-defined
datatype but in c there is by default datatypes.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
What is object and class in oops?
What is difference between multiple inheritance and multilevel inheritance?
What is the renewal class?
What are the 3 pillars of oop?
How do you explain polymorphism?
What is the importance of oop?
can inline function declare in private part of class?
What is abstraction with example?
What is the purpose of polymorphism?
What are the benefits of oop?
How do you define social class?
Is html an oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
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?
What is abstract class in oops?