Computer Science, asked by kavikamasani546, 3 months ago

Question 8/30
What will be the output of the program
#include <stdio.h>
void fun(int);
int main(int argc){
printf("%d", argc);
fun(argc);
return 0;
7
void fun(int i) {
if(i! =4)
main(++i);
:)
0123
0 1 2 3 4
0 2 3 4​

Answers

Answered by abhigjnacs
0

Answer:

sooo don't know the answer of it it

Similar questions