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

Posted on by