what is the main difference between c and c++?
Answer Posted / d.raji
C:it is top to bottam approach program.
C++:it is bottam to top approach program.
in c we don't use many features such as inheritence,access
specifier concept etc.,
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
is there any choice in opting subjects like 4 out of 7
What are the three parts of a simple empty class?
Why do we use class in oops?
Explain the concepts involved in Object Oriented programming.
What is interface? When and where is it used?
What is balance factor?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
class type to basic type conversion
write a program to find 2^n+1 ?
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 ambiguity in inheritance?
What is the benefit of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
what is graphics
Can we create object of interface?