首页
编程
java
php
前端
首页
编程
java
php
前端
调用函数,以下图中程序哪里错了
#include<stdio.h>
void
printa
(
);
void
printb
(
)
;
int
main
(
)
{ a(); b():
return
0
; }
点击展开全文