What is the limitation of cin while taking input for character array?
No Answer is Posted For this Question
Be the First to Post Answer
How do you clear a set in c++?
What is std namespace in c++?
What is a far pointer? where we use it?
What is pointer with example?
Explain the differences between list x; & list x();.
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is the difference between new() and malloc()?
What are friend functions?
What is buffering in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the difference between a "copy constructor" and an "assignment operator" in C++?
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