what is the main difference between c and c++?
Answer Posted / nagendra kumar.ammisetty
c is an procedure oriented programming language.
-->c++ is an object oriented programming language.
c is low level language.
-->c++ is a high level language.
c use the #include<stdio.h> for inclusion.
-->c++ use the #include<iostream.h> for inclusion of header
files.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
What is interface? When and where is it used?
What is balance factor?
What is pure oop?
What makes a language oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is the full form of oops?
What is ambiguity in inheritance?
what are the ways in which a constructors can be called?
What does it mean when someone says I oop?
What is polymorphism and its types?
Write a program to sort the number with different sorts in one program ??
What is difference between abstraction and encapsulation?
What is encapsulation process?
Why is destructor used?