tinsir888 / tinsir888.github.io-gittalk

Open Comment for Personal Blog
GNU General Public License v3.0
0 stars 0 forks source link

APS 非重点复习课程之高级语言程序设计 | min hjemmeside #140

Open tinsir888 opened 6 months ago

tinsir888 commented 6 months ago

https://tinsir888.github.io/posts/72ba923e.html

Data Type 12345678910int aint;float afloat;long long alonglong;double adouble;typedef struct{ int num; char name[20]; float fsocre;}student;student stu1, stu[31]; Pointer A pointe