what is the main difference between c and c++?
Answer Posted / abhishek gautam
C does not supports operator overloading but C++ supports.
C focus on procedure whereas C++focus on data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to get the oracle certification? send me the answer
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).
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
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.
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!!!)
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is the importance of oop?
What is ambiguity in inheritance?
What are oops functions?
what is the drawback of classical methods in oops?
What is class and object in oops?
Is react oop?
#include
What is coupling in oops?
What is an advantage of polymorphism?