difference between c and c++?
Answer Posted / swapna adusumilli
c is procedure oriented language. In c first we have to
declare methods and call those methods in main(). After that
we have to implement those methods.
c is middle level language.
c++ is object oriented language and gives importance to
object that is data. Here first we have to implement
methods, after that we call those methods in main().
c++ is high level language
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How do you declare A pointer to a function which receives nothing and returns nothing
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How much do c++ programmers make?
Why is c++ still popular?
Can java be faster than c++?
How to allocate memory dynamically for a reference?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Can char be a number c++?
How do I get good at c++ programming?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Difference between class and structure.
What is meant by forward referencing and when should it be used?
Explain the static member function.
What is near, far and huge pointers? How many bytes are occupied by them?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.