What is meant by iomanip in c++?


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

Post New Answer

More C++ General Interview Questions

Who was the creator of c++?

0 Answers  


Is c++ proprietary?

0 Answers  


What language does google use?

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,






Explain the different access specifiers for the class member in c++.

0 Answers  


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


What are the difference between reference variables and pointers in C++?

1 Answers  


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


What are punctuators in c++?

0 Answers  


What is an object in c++?

0 Answers  


What are compilers in c++?

0 Answers  


Categories