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

Post New Answer

More C++ General Interview Questions

If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Why c++ does not have finally?

0 Answers  


Why we use #include iostream in c++?

0 Answers  


What is RTRT tool?can it be used for automation?can it work on packet PC?

3 Answers  


What is a stack c++?

0 Answers  






What is runtime polymorphism in c++?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Which one between if-else and switch is more efficient?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


write a function signature with various number of parameters.

0 Answers  


Is c# written in c++?

0 Answers  


Is map sorted c++?

0 Answers  


Categories