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
Is a house a shell structure?
What is difference between class and structure?
The file stdio.h, what does it contain?
Are there namespaces in c?
how to build a exercise findig min number of e heap with list imlemented?
Can a pointer be null?
What is the difference between c and python?
What is the sizeof () a pointer?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How can you pass an array to a function by value?
What is the difference between strcpy() and memcpy() function in c programming?
Can include files be nested?
What are the properties of union in c?
The statement, int(*x[]) () what does in indicate?
What are directives in c?