What do you mean by ‘void’ return type?
No Answer is Posted For this Question
Be the First to Post Answer
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What is a constructor in c++ with example?
How do we implement inheritance in c++?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Do you know the use of vtable?
List the special characteristics of constructor.
What is jump statement in C++?
What are the general quetions are in DEna bank manager IT/System interviews?
How would you use the functions memcpy(), memset(), memmove()?
Why pointer is used in c++?
What is the difference between a class and a structure in C++?
Define macro.