English, asked by jshdhdh, 7 hours ago

what is the output of the following program​

Attachments:

Answers

Answered by Anonymous
0

Answer:

hello is the output of the following program because there is (print hello) on the program

hope it helps you

Answered by RapppMonsterrr
0
#include
int c[10] = {1,2,3,4,5,6,7,8,9,10};
main()
{
int a, b=0;
for(a=0;a<10;++a)
if(c[a]%2 == 1)
b+=c[a];
printf("%d", b);
Similar questions