Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h> int main() { int value=1; for(;value++;printf("\n%d",value)) ; printf("\n%d",value); return 0; }