c语言定义long类型的方法如下
第一行代码#include
第二行代码#int main(){
第三行代码输入long c = 30
第四行代码输入printf(“ld%",c);
第五行输入代码体}