What is the best c c++ compiler for windows?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best ide for c++?
Can we have "Virtual Constructors"?
Difference between Top down and bottom up approaches for a given project ?
14 Answers BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,
what is meaning of isa and hsa
what is oops
What is a forward referencing and when should it be used?
Explain how a pointer to function can be declared in C++?
What information can an exception contain?
What are the advantages of using typedef in a program?
Is multimap sorted c++?
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 causes a runtime error c++?