What do you mean by ‘void’ return type?
No Answer is Posted For this Question
Be the First to Post Answer
When does a 'this' pointer get created?
Explain binary search.
What is the best it certification?
What is a type library?
What is enum c++?
Why c++ is created?
Which ide is best for c++?
What is abstract class in c++?
What is lvalue?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
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?
What's c++ used for?