C问题,请问在函数foo中有什么错误,怎样修改才可解决错误?前提是不可修改init_bar。
/* init_bar takes a pointer to a struct bar and initializes its fields */ extern void init_bar(struct bar *b);int foo() { struct bar *fb;init_bar(fb);/* Do some... 展开
其他答案
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。




