What is the use of endl in c++ give an example?
How a new element can be added or pushed in a stack?
write a program that takes two numbers from user that prints the smallest number
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Why do we use vector in c++?
Write a program to interchange 2 variables without using the third one.
What is static function and static class?
What is the header file for setw?
How is data hiding achieved in c++?
What is iterator in c++?
Should the this pointer can be used in the constructor?
what is the emaning of '#include" "'?