What is the use of setprecision in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Implement strncpy
What is virtual base class?
Can we get the value of ios format flags?
How size of a class can be calulated?
When are exception objects created?
What is function prototyping?
Explain the pure virtual functions?
what is polymorphism?
What do you mean by persistent and non persistent objects?
class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;
Is it possible for a member function to delete the pointer, named this?
Can circle be called an ellipse?