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

Does std endl flush?

586


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

590


Write about the retrieval of n number of objects during the process of delete[]p?

547


Show the declaration for a static member variable.

504


Which ide is best for c++?

519






Refer to a name of class or function that is defined within a namespace?

577


What is a buffer c++?

556


What is the main purpose of c++?

507


Does a derived class inherit or doesn't inherit?

590


What are guid? Why does com need guids?

543


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

582


Write a function that swaps the values of two integers, using int* as the argument type?

582


What is the use of 'using' declaration in c++?

594


Can we use this pointer in a class specific, operator-overloading function for new operator?

587


What is a list c++?

549