指针要灵活用

#include<stdio.h>

int  main()
{
        int a = 5,b = 3;
        printf(&a["Ya!Hello!How is this?
"],&b["junke/super"]);
        return 0;
} 

原文地址:https://www.cnblogs.com/lfsblack/p/3873962.html