Computer Science, asked by pprashantsguraddi, 2 months ago

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 kaul84168
0

Explanation:

post correct question⁉⁉⁉⁉⁉⁉⁉

Similar questions