Can there be at least some solution to determine the number of arguments passed to a variable argument list function?


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

Post New Answer

More C++ General Interview Questions

What is polymorphism in c++? Explain with an example?

0 Answers  


What is #include c++?

0 Answers  


What is a concrete class?

1 Answers  


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.

1 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  






What is difference between malloc()/free() and new/delete?

0 Answers  


Is c++ built on c?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What is a null object in c++?

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


Categories