Question: 20
wered
Print the output:
4
15
1 | #include<stdio.h>
21 main()
3 {
4
int n,i;
5. n=f(6);
61 printf("%d",n);
71 }
8 | f(int x)
20
2 2
5
if(x==2)]
return 2;
else
10 1
111
121
131
14 |
15
16 |
17 | }
priner(".");
[(x-1);
3
Answers
Answered by
15
Explanation:
★═════════(✷‿✷)══════════★
\sf CORDINATES(3,2)CORDINATES(3,2)
In equation x-y =1,
Put x=0|0-y=1 :-y= -1
Put y=0|x-0=1 :-x=1
●(0,-1);(1,0)
In equation 2x+y =8,
Put x=0|0+y=8 |||:-y= 8
Put y=0|2x+0=8 :-x=4
●(0,8);(4,0)
★═════════(✷‿✷)═══════
MERRY CHRISTMAS ❤️❄️✨⭐⛄☃️
have a great day ahead
Similar questions