What do you mean by ‘void’ return type?


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

Post New Answer

More C++ General Interview Questions

When does a 'this' pointer get created?

0 Answers  


Explain binary search.

0 Answers  


What is the best it certification?

0 Answers  


What is a type library?

0 Answers  


What is enum c++?

0 Answers  






Why c++ is created?

0 Answers  


Which ide is best for c++?

0 Answers  


What is abstract class in c++?

0 Answers  


What is lvalue?

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What's c++ used for?

0 Answers  


Categories