difference between c and c++?
Answer Posted / shanky garg
1 C++ OBJECT ORIENTED PROGRAMMING BUT 'C' IS PROCEDURE
ORIENTED PROGRAMMING
2 C++ IS HIGH LEVEL LANGUAGE BUT 'C' IS LOW LEVEL LANGUAGE
3 C++ IS GOING TO BOTTOM TO TOP BUT 'C' IS GOING TO TOP TO
BOTTOM
| Is This Answer Correct ? | 57 Yes | 29 No |
Post New Answer View All Answers
How to declare a pointer to an array of integers?
What is the array and initializing arrays in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is the extension of c++?
How do I make turbo c++ full screen?
What is the sequence of destruction of local objects?
Explain the problem with overriding functions
How to access a variable of the structure?
Describe friend function & its advantages.
what are the characteristics of Class Members in C++?
What is a local reference?
What is encapsulation in C++? Give an example.
What do you mean by public protected and private in c++?
Describe Trees using C++ with an example.
What is a .lib file in c++?