function scope

int main(void)
{
    for (int i = 0; i < 2; i++)
    {
        to:printf("%d ", i);
    }
    goto to;

    return 0;
}
posted @ 2021-05-25 18:59  wcl王成龙  阅读(39)  评论(0)    收藏  举报