How can a called function determine the number of arguments that have been passed to it?
No Answer is Posted For this Question
Be the First to Post Answer
What is virtual base class?
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.
write a program to add two numbers without using an arithmetic operator.
How long it will take to learn c++?
What is the basic structure of a c++ program?
If you don’t declare a return value, what type of return value is assumed?
Why do we use vector in c++?
Explain queue. How it can be implemented?
What is OOPs
What is the difference between set and map in c++?
how is returning structurs from functions?Show an eg?
Can we make any program in c++ without using any header file and what is the shortest program in c++.