what is the main difference between c and c++?
Answer Posted / manasa
c is an object based language,n top to bottom approach,main
() has not return value, no overloading operations.
where as in c++,its an object oriented language,n bottom to
top approach,main() has a return value,overloading happens.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the important components of cohesion?
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 interface in oop?
Which language is not a true object oriented programming language?
What is difference between pop and oop?
Why is object oriented programming so hard?
Write a program to reverse a string using recursive function?
What is coupling in oops?
What are the benefits of oop?
What is difference between data abstraction and encapsulation?
what are the different types of qualifier in java?
What does and I oop and sksksk mean?
Are polymorphisms mutations?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).