C Programming and Technical undefined

main()
{
int i=5,j;
j = i++ + ++i + ++i + ++i;
printf("%d",j);
}


Read Solution (Total 34)

C Other Question

Brain of computer is ?
1.secondary storage
2.cpu
3.ram
4.none
how phone number is printed?