Mask-group

Parameters in C Function



  • A C function can have 0 or more parameters.

  • You can have any type of parameter in a C program such as int,float,char,etc.