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
What are the types of pointer?
Why are pointers not used in c++?
Is there something that we can do in C and not in C++?
In what situations do you have to use initialization list rather than assignment in constructors?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
How to avoid a class from instantiation?
What is compilation?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What is the Difference between "C structure" and "C++ structure"?
How do you sort a sort function in c++ to sort in descending order?
Can a program run without main in c++?
What are literals in C++?