If you don’t declare a return value, what type of return value is assumed?


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

Post New Answer

More C++ General Interview Questions

What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


Is python better than c++?

0 Answers  


Why do C++ compilers need name mangling?

3 Answers   Lucent,


What is the return value of the insertion operator?

0 Answers  


Why do we use classes in programming?

0 Answers  






given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is virtual base class?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


what do you mean by memory management operators

4 Answers   HCL,


what is difference between static and non-static variables

10 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


Why iomanip is used in c++?

0 Answers  


Categories