difference between c and c++?

Answer Posted / muneeswari

c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model

Is This Answer Correct ?    55 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1510


How a macro differs from a template?

635


How do you declare A pointer to a function which receives nothing and returns nothing

719


What are the different types of polymorphism in c++?

585


C is to C++ as 1 is to a) What the heck b) 2 c) 10

637






What is time_t c++?

606


What are the important differences between c++ and java?

598


What are the various arithmetic operators in c++?

571


Why main function is special in c++?

666


Why do we need pointers?

581


Explain the differences between list x; & list x();.

598


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

637


How to defines the function in c++?

612


What is a string example?

545


What is guard code in c++?

636