what is the main difference between c and c++?
Answer Posted / uma shankar
C comes after A,B
and c++ comes after adding ++ in C
| Is This Answer Correct ? | 226 Yes | 611 No |
Post New Answer View All Answers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the important feature of inheritance?
What is the point of polymorphism?
Why multiple inheritance is not allowed?
How long to learn object oriented programming?
write a C++ program for booking using constructor and destructor.
What is oops and why we use oops?
What is encapsulation in ict?
#include
What makes a language oop?
What is the types of inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are properties in oop?
What is abstraction in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)