Answer to Question #273221 in C for sthe

Question #273221

func (int i)

{

if (i%2) return 0;

else return 1;

}

int main ()

{

int i =3;

i= func (i);

i= func (i);

printf ("%d";i);




1
Expert's answer
2021-11-29T18:40:57-0500

The answer is 1 because 3 is not divisible by 2.


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS