What is the use of class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use vector in c++?
When does a name clash occur in c++?
Explain method of creating object in C++ ?
write a program that takes 5 digit no and calculate 2 power that no and print it.
Do inline functions improve performance?
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;
How many types of comments are there in c++?
Can you explicitly call a destructor on a local variable?
daily Routine of father
Describe public access specifiers?
What is a syntax in c++?
What are all predefined data types in c++?