Answer Posted / subeetha
C++ defines some format flags for standard input and
output, which can be manipulated with the flags(), setf(),
and unsetf() functions. For example,
cout.setf(ios::left);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we learn c++?
Explain polymorphism?
What are the differences between java and c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is c++ namespace?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is c++ w3school?
What are punctuators in c++?
How do c++ struct differs from the c++ class?
Write about the use of the virtual destructor?
Can I make ios apps with c++?
Write a recursive program to calculate factorial in c++.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort