Answer Posted / ajay
Actually c is a procedural programming language which
cann't face the real world problem. It has some drawback
like a global data is shared by all function and if in a
large program it is find out difficult that which function
uses which data.
On the other hand c++ is an object oriented programming
language which eliminate some pitfall of conventional or
procedural programming language. It is a concept or
approach for designing a new software. It is nothing to do
with any programming language although a programming
language which support the oops concept to make it easier
to implement.
This is the main different between c and c++.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the need of structure in c?
What is meant by preprocessor in c?
What is a pragma?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What are the advantages and disadvantages of pointers?
Explain void pointer?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Are pointers integers in c?
What does a pointer variable always consist of?
What is the explanation for prototype function in c?
Why main is used in c?
what is the diffrenet bettwen HTTP and internet protocol
Do pointers take up memory?
Which built-in library function can be used to match a patter from the string?
Can you add pointers together? Why would you?