Syntax Following is the syntax of printf() in C and C++ language: printf("string and format specifier", variable_name); Here, String: Any text/message to print on console. Format Specifier: According to the va
主要问题有二个,在以下代码中注释处标注:include <iostream.h> define SCORE 4 //这里不能用";",#define是编译预处理命令 define STU 5 struct student { char name[10];float num[SCORE];float all;} ;void main(){ struct student std[STU];float aravage[SCORE]={0};float...
Post your code so that it is [code]between code tags[/code] as this will give it syntax highlighting and line numbers. Please copy and paste the exact error message, and indicate which line the error is talking about. Last edited on Feb 18, 2015 at 2:40am Feb...
} d=a+b+c;漏了分号