Without using third variable write a code to swap two numbers.
No Answer is Posted For this Question
Be the First to Post Answer
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
Explain the difference between C and C++.
Write a C++ program to print strings in reverse order.
What are the costs and benefits of using exceptions?
When would you use a pointer? A reference?
Find the Factorial of a number using a program.
What is data abstraction? How is it implemented in C++?
C++ Public access specifier instead of Private – What is bad ?
What is the meaning of the following declaration: int *const *const *i?
Define an Abstract class in C++?
In C++ what is a vtable and how does it work?