What are the advantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is Object Oriented programming.what is the difference between C++ and C?
Do we have private destructors?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
Where are setjmp and longjmp used in c++?
What are function poinetrs? where are they used?
Why do we use iterators?
Is vector a class in c++?
What is the use of endl in c++ give an example?
write a function signature with various number of parameters.
difference between the c++ and c languages
How size of a class can be calulated?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?