Why iomanip is used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you pass a vector to a function?
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
What is srand c++?
What is the use of lambda in c++?
What is switch case in c++ syntax?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
what is VOID?
What is realloc() and free()? What is difference between them?
What is constant in c++ with example?
Describe friend function & its advantages.
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What is difference between n and endl in c++?