What are the manipulators in c++?


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

Post New Answer

More C++ General Interview Questions

C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  


Out of fgets() and gets() which function is safe to use?

0 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


How much do coding jobs pay?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  






What is the difference between public and private data members?

0 Answers  


why can't we declare data member of class auto register or extern

1 Answers  


What is setf in c++?

0 Answers  


What is scope in c++ with example?

0 Answers  


When do you call copy constructors?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


Categories