Give 10 points of differences between C & C++.
No Answer is Posted For this Question
Be the First to Post Answer
1.what is the difference between software & package &application.
How many types of classes are there in c++?
What is object slicing and how can we prevent it?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
What is the best way to take screenshots of a window with c++ in windows?
Is dev c++ free?
Explain rtti.
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
Should I learn c or c++ first?
How const int *ourpointer differs from int const *ourpointer?
Is c++ still being used?
What are pointer-to-members? Explain.