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
what is different between auto and local static? why should we use local static?
How do I create a directory? How do I remove a directory (and its contents)?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is new line escape sequence?
Tell me what are bitwise shift operators?
How do you determine the length of a string value that was stored in a variable?
What is difference between structure and union in c?
Explain void pointer?
What do you mean by keywords in c?
What is malloc() function?
explain what is a newline escape sequence?
What is external variable in c?
Explain pointers in c programming?
difference between object file and executable file
What are pointers in C? Give an example where to illustrate their significance.