What is ios flag in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Incase of a function declaration, what is extern means?
Why ctype h is used in c++?
write a programming using for loop in c++ to generate diamond trangel?
How many keywords are used in c++?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
How do I run c++?
Where can I run c++ program?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Is it possible to use a new for the reallocation of pointers ?
Can comments be nested?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What are the operators in c++?