0

/* program without return function */
123 void main()
#include stdio.h
4 {
in
5 int i;
6 fun(i);
7 printf(\\\\\\\”function called \\\\\\\”);
8 }
9 void fun(int i)
10
11 [ printf(\\\\\\\”%d\\\\\\\\n\\\\\\\”,i);
12 }

Adithi. M. R Asked question May 24, 2023