Why cout is used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main function c++?
What is the purpose of templates in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
write a program that takes two numbers from user that prints the smallest number
Please explain the reference variable in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
When you overload member functions, in what ways must they differ?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is a map in c++?
How does throwing and catching exceptions differ from using setjmp and longjmp?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,