#include <stdio.h> |
| struct student { |
| char name; |
| int number; |
| }class; |
| int main() |
| { |
| class.name = 'a'; |
| class.number = 12; |
| printf("%c ", class); |
| printf( |
| "%c " |
| , class.name); |
| return 0; |
| } |
| 欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |