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
0
Answer:
sooo don't know the answer of it it
Similar questions
Chemistry,
1 month ago
Computer Science,
1 month ago
English,
3 months ago
English,
3 months ago
Science,
9 months ago
Political Science,
9 months ago
English,
9 months ago