Question #13
What will be the output of the following program in C?
1 #include<stdio.h>
2 show() {
3 printf("\nThis is show method");
4 }
5 int maino
6 show(show();
7 }
Answers
Answered by
0
Explanation:
post correct question⁉⁉⁉⁉⁉⁉⁉
Similar questions