C Programming - Variable Number of Arguments - Discussion
|
|
|
|
Read more:"It takes a very long time to become young."
- Pablo Picasso
|
| 1. |
Which header file should you include, if you are going to develop a function, which can accept variable number of arguments? |
| [A]. |
varagrg.h | [B]. |
stdlib.h | | [C]. |
stdio.h | [D]. |
stdarg.h |
Answer: Option B
Explanation:
No answer description available for this question.
|
|
Yash Thakur said:
(Wed, Jun 29, 2011 03:04:29 AM)
|
|
| |
| Why we use stdarg.h ? |
|
Sangeetha said:
(Fri, Jul 29, 2011 04:22:12 PM)
|
|
| |
| stdarg.h is a header in the C standard library of the C programming language that allows functions to accept an indefinite number of arguments. |
|
Shakil said:
(Thu, Aug 18, 2011 06:54:25 PM)
|
|
| |
@sangeetha:.
I can't get this still can anyone exaplain in detail. |
|
Sudheer said:
(Tue, Sep 13, 2011 11:10:20 AM)
|
|
| |
| @sangeetha. Please give me one example to clarify myself. |
|
Kapil said:
(Fri, Mar 9, 2012 06:24:32 PM)
|
|
| |
| Any one can give small programme on this ? |
|
|