Computer Science, asked by chummanlal98, 6 months ago

What does the following function print?
func(int i)
{if(i%2) return 0;
else return 1;}
main()
int i=3; i=func(i); i=func(i);​

Answers

Answered by laxmisahu2k173440
1

Answer:

don't know ...........

Similar questions