what are difference between c and c++?

Answer Posted / hardik

C++ is simply an advanced version of C as name itself
indicates.. However, nodoubt, C++ is object based
programming however C is procedure based...

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ the hardest language?

575


What is fixed in c++?

595


Explain some examples of operator overloading?

657


What are the rules for naming an identifier?

571


What is enum c++?

627






What is the difference between a pointer and a link in c ++?

572


What is split a string in c++?

700


Using a smart pointer can we iterate through a container?

572


How many ways can a variable be initialized into in C++?

609


What is ios :: in in c++?

652


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2007


What does the linker do?

605


What is type of 'this' pointer?

605


Comment on assignment operator in c++.

728


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

593