Is main a class in c++?


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

Post New Answer

More C++ General Interview Questions

int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


Is c++ a pure oop language?

0 Answers  


Is c++ used anymore?

0 Answers  


What is diamond problem in c++?

0 Answers  


Is main a class in c++?

0 Answers  






What programming language should I learn first?

0 Answers  


How is static data member similar to a global variable?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


in C++ , the word plus plus who found this?

4 Answers  


Define pointers?

0 Answers  


What is the use of volatile keyword in c++? Give an example.

1 Answers  


Define upcasting.

0 Answers  


Categories