What is c++ good for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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;

1 Answers   Quark,


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Is set c++?

0 Answers  


What is data structure in c++?

0 Answers  


Why is c++ considered difficult?

0 Answers  






Does c++ cost money?

0 Answers  


Are vectors passed by reference c++?

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


What is a unnitialised pointer?

0 Answers  


What are the advantages of using typedef in a program?

0 Answers  


What is format for defining a structure?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Categories