#include stdio.h
int main()
{
register static int i = 10;
i = 10;
printf("%d\n", i);
}

Posted on by