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
What is a flag in c++?
What does scope resolution operator do?
What is bubble sort c++?
Give 10 points of differences between C & C++.
Is c++ still in demand?
What is an overflow error?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
How come you find out if a linked-list is a cycle or not?
Is c++ map a hash table?
What is the error in the code below and how should it be corrected?
What are the characteristics of friend functions?
Define a constructor?
How can you quickly find the number of elements stored in a dynamic array?
What is c++ and its features?
Discuss the possibilities related to the termination of a program before entering the mainq method?