发现记忆力越来越差,所以干脆搞这么一个东西,就是把C语言的最常用的语法汇编在一起,不断完善。这样以后C/C
强烈推介IDEA2020.2破解激活,IntelliJ IDEA 注册码,2020.2 IDEA 激活码
发现记忆力越来越差,所以干脆搞这么一个东西,就是把C语言的最常用的语法汇编在一起,不断完善。这样以后只要经常把这个回顾一下就可以了。不然去翻书太多了。。。
f.h
代码语言:javascript复制#define Area 1000
struct student{
char *last_name;
int student_id;
char grade;
int a;
};
h.c
代码语言:javascript复制#include <stdio.h>
#include "f.h"
#define PI 3.1415926
#define LIMIT 20
struct employee_data
{
int a;
};
int main(void)
{
//引用
printf("%dn",Area);
//字符
char c;
c='A';
int age;
char first,end;
printf("%cn",c);
printf("
本文由来源 21aspnet,由 javajgs_com 整理编辑,其版权均为 21aspnet 所有,文章内容系作者个人观点,不代表 Java架构师必看 对观点赞同或支持。如需转载,请注明文章来源。