
Q:printf() and scanf()....
Quote:
> but what's the prototype of standard function like prinf()
int printf(char const *, ...);
Quote:
> or scanf()??
int scanf(char const *, ...);
Quote:
> and when the compiler work with this parameters, how does it do that?
look in your manual for the va_start, va_arg and va_end macros, which all
deal with the va_list (variadic argument list) type. they are defined in
the standard header file stdarg.h
if you have any further questions, post again.
--
/"\ m i k e b u r r e l l
X AGAINST HTML MAIL,