Can a function take variable length arguments, if yes, how?


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

Post New Answer

More C++ General Interview Questions

What is size of empty class object

5 Answers   CA,


What is static function? Explain with an example

0 Answers  


What is a node class?

1 Answers  


What is the prototype of printf function?

0 Answers  


Name the implicit member functions of a class.

0 Answers  






What is the keyword auto for?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


Does c++ support exception handling?

0 Answers  


Definition of class?

12 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What are the benefits of c++?

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Categories