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
Write bites in Turbo c++ Header ("Include") Files.
What do you mean by stack unwinding in c++?
what are the characteristics of Class Members in C++?
Can constructor be static in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What language is a dll written in?
Which is most difficult programming language?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is c strings syntax?
Which should be more useful: the protected and public virtuals?
What is a container class?
What is the best c++ book for beginners?
What is data hiding c++?
What is a singleton class c++?
What does namespace mean in c++?