What are structures and unions?


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,


Why are arrays usually processed with for loop?

0 Answers  


List the merits and demerits of declaring a nested class in C++?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What is runtime errors c++?

0 Answers  






What is pointer with example?

0 Answers  


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


What is the exit function in c++?

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


What is c++ code?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What is the basic concept of c++?

0 Answers  


Categories