Why would you use pointers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is function overloading in C++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Out of fgets() and gets() which function is safe to use and why?
How static variables and local variablesare similar and dissimilar?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Can class objects be passed as function arguments?
What is problem with Runtime type identification?
When is the copy constructor called?
What is the this pointer?
What do you mean by call by value and call by reference?
Why do we use vector in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?