void fun(int a, int b, int c) { printf("\n"); } void main() { fun(printf("a"), printf("b"), printf("c")); }