Answer Posted / sai
c is a procedural language which can't use in real world
applications
c++ is object oriented programming language
by using objects in c++ we can declare classes
we can use encapsulation in c++ but can't use in c
the execution of c++ is faster than c
we use printf scanf in c and cout cin are used in c++
for writing and printing data
we don't require to write header files in c++ instead we
have to write iostream
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Distinguish between actual and formal arguments.
Tell me is null always defined as 0(zero)?
Differentiate between static and dynamic modeling.
write a program to print largest number of each row of a 2D array
Describe wild pointers in c?
What is logical error?
Do you know the use of 'auto' keyword?
When would you use a pointer to a function?
Can you write the algorithm for Queue?
Write a program to implement queue.
What is gets() function?
what are the advantages of a macro over a function?
What is the process of writing the null pointer?
What is unary operator?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555