What are formatting flags in ios class?
No Answer is Posted For this Question
Be the First to Post Answer
Is python better than c++?
What problems might the following macro bring to the application?
What is the difference between Pointer and a Reference? When you would use them?
Explain about Garbage Collector?
Is c++ still being used?
What do you mean by persistent and non persistent objects?
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
What is a set in c++?
What is const pointer and const reference?
What is exception handling? Does c++ support exception handling?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?