Math, asked by yenniaparna, 2 months ago

UUT
GCC 77.4.0
С C
1 #include <stdio.h>
2 - void even Numbers (int n, char S[]) {
3 //this is default OUTPUT. You can change it.
4
int resulte-404;
5 //write your Logic here:
6
7.
8
9
10 printf("%d", result);
11 )
12- int main(void) {
13 // INPUT (un comment & modify if required]
14
int N;
15 scanf("%d",&N);
16 char S[N];
17 gets(S);
18
19 // OUTPUT [uncomment & modify if required]
20
even Numbers (N,S);
21
return 0;
22 }
al score​

Answers

Answered by Anonymous
0

Step-by-step explanation:

UUT

GCC 77.4.0

С C

1 #include <stdio.h>

2 - void even Numbers (int n, char S[]) {

3 //this is default OUTPUT. You can change it.

4

int resulte-404;

5 //write your Logic here:

6

7.

8

9

10 printf("%d", result);

11 )

12- int main(void) {

13 // INPUT (un comment & modify if required]

14

int N;

15 scanf("%d",&N);

16 char S[N];

17 gets(S);

18

19 // OUTPUT [uncomment & modify if required]

20

even Numbers (N,S);

21

return 0;

22 }

Similar questions