what is the main difference between c and c++?
Answer Posted /
c is like coffee
but c++ is like coffee with extra sugar
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How oops is better than procedural?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
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
Write a program to reverse a string using recursive function?
What is polymorphism give a real life example?
What is the difference between static polymorphism and dynamic polymorphism?
How to use CMutex, CSemaphore in VC++ MFC
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 the full form of oops?
Write a c++ program to display pass and fail for three student using static member function
What is a class in oop?
Whats is abstraction in oops?
program for insertion ,deletion,sorting in double link list
Why do we use oop?
What do you mean by variable?