What is the header file for setw?
Answer / Mohammad Wasim
The header file for setw in C++ Standard Template Library (STL) is "iomanip"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the full form of dos?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
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
What is null pointer and void pointer?
What are the advantage of using register variables?
Is java based off c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the prototype of printf function?
Find the second maximum in an array?
You run a shell on unix system. How would you tell which shell are you running?
Should you pass exceptions by value or by reference?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";