what is the main difference between c and c++?
Answer Posted / dolphy
real world programming is done in C++. while only an action is performed depending on the procedure in c.
top down approach is advantageous.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is constructor overloading in oop?
How do you define a class in oop?
what are the realtime excercises in C++?
What does and I oop mean?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is and I oop mean?
What do you mean by abstraction?
Who invented oop?
What is the full form of oops?
Can an interface inherit a class?
Why is destructor used?
What are oops functions?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?