Answer Posted / shwetha
c is a pop language, while cpp is an OOP language
c gives importance to procedures..
cpp give importance to the data...using objects, suitable for real worlds problems
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of organizational structure?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Why main is used in c?
What is sizeof c?
Are there any problems with performing mathematical operations on different variable types?
What is typedef example?
What is equivalent to ++i+++j?
Write a program which returns the first non repetitive character in the string?
What is multidimensional arrays
What is echo in c programming?
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.
What is property type c?
Give basis knowledge of web designing ...
What are the disadvantages of c language?
what are the advantages of a macro over a function?