What is the header file for setw?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What is bubble sort c++?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


How do you flush a buffer in c++?

0 Answers  






What is size of string in c++?

0 Answers  


Explain rtti.

0 Answers  


What are vtable and vptr?

0 Answers  


What are c++ redistributables?

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  


What are the five basic elements of a c++ program?

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


Categories