Guest_imported
New member
- Jan 1, 1970
- 0
I need a function that has four parameters, char, int, float, char. The third parameter has a value of 3.5, and the fourth has a value of 'p'. the function should print the parameters passed to it, one per line. I need to call the function several times, once with two arguments, once with three aguments, and a third time with four.