CP I/O Q30

0. The program
main()
{
int i = 5;
i = (++i) / (i++);
printf ("%d", i);
prints

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *