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
What are the 3 principles of oop?
How do you define social class?
What is purpose of inheritance?
What is object and class in oops?
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 are functions in oop?
What are two types of polymorphism?
Why it is called runtime polymorphism?
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!!!)
Why is abstraction used?
What is destructor in oop?
What is abstraction oop?
write a program to find 2^n+1 ?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is protected in oop?