#include <stdio.h>
#define N 10
int main(int i) {
while(i<=N && printf("%d",i) && i++){
}
}
always while ++ -- like puzzles the value will be treted from right to left
if y=3;
a=y++ + y=10;
ans=21, since right to left value will be assigned right to left
To embed this program on your website, copy the following code and paste it into your website's HTML: