Variadic Functions In C
INTRODUCTION
A variadic function is a function that accepts an infinite number of arguments e.g printf() that can accept as many arguments as possible. ISO C defines a syntax for declaring a function to take a variable number or type of arguments. (S...
techwhiz.hashnode.dev2 min read