what is the output of the following program
Attachments:
Answers
Answered by
0
Answer:
hello is the output of the following program because there is (print hello) on the program
hope it helps you
Answered by
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);
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
English,
19 days ago
Physics,
19 days ago
Math,
19 days ago
Math,
1 month ago
Computer Science,
1 month ago
Social Sciences,
8 months ago
Math,
8 months ago
English,
8 months ago