What is jump statement in C++?


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

Post New Answer

More C++ General Interview Questions

What is c++ try block?

0 Answers  


Explain overriding.

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


What is srand c++?

0 Answers  


What are the rules for naming an identifier?

0 Answers  






How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


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,


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


What does floor mean in c++?

0 Answers  


Should a constructor be public or private?

0 Answers  


Why do we need runtime polymorphism in c++?

0 Answers  


Categories