What are manipulators in c++ with example?


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

Post New Answer

More C++ General Interview Questions

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,


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


Explain one method to process an entire string as one unit?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


How many namespaces are there in c++?

0 Answers  






What are signs of manipulation?

0 Answers  


Explain the uses of static class data?

0 Answers  


Why main function is special in c++?

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,


Enter n no. of element and delete value from desire position

1 Answers  


Show the declaration for a static function pointer.

0 Answers  


Categories