你也能拿高薪: 名企面试自助手册

首页
字体:
上 章 目 录 下 页
3.软件业巨无霸(5)
    2.打印“Welcome MSR Asia”

    #include

    #include

    char * GetName (void)

    {

    //To return “MSR Asia” String

    char name[]=“MSR Asia”;

    return name;

    }

    void main(int argc, char* argv[])

    {

    char name[32];

    //Fill in zeros into name

    for(int i=0;iFuncA();

    pa->FuncB();

    pa2->FuncA();

    pa2->FuncB();

    delete pa2;

    }

    What is the output of the above program?
本章未完,请翻开下方下一章继续阅读
上 章 目 录 下 页