#include<stdio.h>
Int main()
{
Int i=10;
While(i=10)
a=i++;
Printf("%d", &a);
}
}

Posted on by