what is the main difference between c and c++?
Answer Posted / ashish kumar
string variable take four bytes in c++ .whereas in c string
variable takes 3 bytes
c++ use bottom up approach to solve a problem.and c uses top
down approach to solve the problem.
c breaks the big problem into sub problems by using
procedures and function and then solve that.c++ combine the
small problems and then make it to be a solution.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
State what is encapsulation and friend function?
What is destructor example?
hi all..i want to know oops concepts clearly can any1 explain??
What is inheritance write a program to show use of inheritance?
What is class in oop with example?
What is object in oop with example?
What is a null tree?
What is overriding in oop?
• What are the desirable attributes for memory managment?
What makes a language oop?
What is polymorphism explain its types?
What is encapsulation selenium?
Why is oop useful?
What is difference between multiple inheritance and multilevel inheritance?