C - User define function example with arguments and no return type
Define a function with arguments and no return type in C language.
Here, we are function fun1 which has two arguments int and char*, while calling the function, we are passing two values, integer value and character array.
Consider the program, how can we declare and define a function that can use integer and character pointer arguments.
Program
Output
need an explanation for this answer? contact us directly to get an explanation for this answer