what is the main difference between c and c++?

Answer Posted / dheeru bhai

c does not support the c++ programme but c++ support the c
program.

Is This Answer Correct ?    384 Yes 74 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 3 principles of oop?

824


How do you define social class?

797


What is purpose of inheritance?

837


What is object and class in oops?

777


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.

938


What are functions in oop?

776


What are two types of polymorphism?

801


Why it is called runtime polymorphism?

778


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1841


Why is abstraction used?

830


What is destructor in oop?

788


What is abstraction oop?

815


write a program to find 2^n+1 ?

1769


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2121


What is protected in oop?

801