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 is data binding 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 type of loop is a for loop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
what are the different types of qualifier in java?
Why do we use inheritance?
• What are the desirable attributes for memory managment?
Can enum be null?
Why is destructor used?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is protected in oop?
write a C++ program for booking using constructor and destructor.
what's the basic's in dot net
What is coupling in oops?
What are the types of abstraction?