What are the manipulators in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do you flush a buffer in c++?
Explain terminate() and unexpected() function?
Why can templates only be implemented in the header file?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is meant by the term name mangling in c++?
Explain linked list using c++ with an example?
How many types of modularization are there in c++?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
What is the use of volatile variable?
Difference between pointer to constant vs. Pointer constant
What is the real purpose of class – to export data?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.