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;
What are the restrictions apply to constructors and destructors?
Can constructor be static in c++?
What are the stages in the development cycle?
why we cant create array of refrences
How do you sort a sort function in c++ to sort in descending order?
Who was the creator of c++?
Difference between shift left and shift right?
What is runtime errors c++?
What is switch case in c++ syntax?
Write bites in Turbo c++ Header ("Include") Files.
How can a called function determine the number of arguments that have been passed to it?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????