Why would you use pointers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
State two differences between C and C++.
Can c++ be faster than c?
What is java and c++?
What is abstraction in c++?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
write a program to add two numbers without using an arithmetic operator.
How is static data member similar to a global variable?
What are class and object in C++?
If there are two catch statements, one for base and one for derived, which should come first?
What is the difference between public, private, and protected access?
write a programming using for loop in c++ to generate diamond trangel?
If I is an integer variable, which is faster ++i or i++?