当前位置:网站首页>First knowledge of C language -- what is C language
First knowledge of C language -- what is C language
2022-07-27 05:37:00 【yin_ Yin】
1.C Language is a general computer programming language , Widely used in the underlying development .C The design goal of the language is to provide a way to compile 、 Processing low-level memory 、 Generate a small amount of machine code and a programming language that can run without any support of the running environment .
first C Language program
#include <stdio.h>
int main()
{
printf("hello world\n");
printf("he he\n");
return 0; }
// explain :
//main Function is the entry of a program
// In a project main There is and only one function
2. Even though C Language provides many low-level processing functions , But it still has good cross platform characteristics , Written in a standard specification C Language programs can be compiled on many computer platforms , It even includes some embedded processors ( Single chip computer MCU) And supercomputers .
3. The 1980s , In order to avoid the use of C There are differences in language grammar , By the National Bureau of standards C Language has developed a complete set of American national standard grammar , be called ANSI C, As C The original standard of language . [1] at present 2011 year 12 month 8 Japan , International Organization for Standardization (ISO) And the International Electrotechnical Commission (IEC) released C11 The standard is C The third official standard of language , It's also C The latest standard of language , The standard better supports Chinese character function name and Chinese character identifier , To a certain extent, Chinese character programming is realized .
4.C Language is a process oriented computer programming language , And C++,Java Object oriented programming languages such as .
5. Its compiler mainly includes Clang、GCC、WIN-TC、SUBLIME、MSVC、Turbo C etc. .

边栏推荐
- Redis cluster
- [codeforces round 800 D question fake plastic trees] greedy on the tree
- 时间复杂度与空间复杂度
- Enumeration class implements singleton mode
- Li Hongyi machine learning team learning punch in activity day03 --- error and gradient decline
- Day6 --- SQLAlchemy进阶
- 软件测试面试题(重点)
- Makefile is easy to understand and explain
- flask一对多数据库创建,基础增删改查
- Share a multiple-choice question about define (including the replacement rules, program environment and preprocessing related knowledge of define during precompiling)
猜你喜欢

Pytorch data type and numpy data are mutually transformed

后台频道组管理功能实现

Pytorch installation new pit

The receiver sets the concurrency and current limit

初识C语言——为什么每个C程序都有一个main函数

分享一道关于#define的选择题(内含#define在预编译时的替换规则,程序环境和预处理相关知识)

DNSmasq使用总结

Redis cluster

C language string function: strlen, strcpy, strcat

后台品牌管理功能实现
随机推荐
Li Hongyi machine learning team learning punch in activity day05 --- skills of network design
JS基础知识--每日学习总结①
初识C语言——初识指针
初识C语言——常量、变量
Li Hongyi machine learning team learning punch in activity day02 --- return
下载url-loader,用limit指定图片大小后,显示不出图片
SQL(MySql)菜鸟教程知识
flask项目配置
Redis transaction
Pytorch installation new pit
Utility gadget: kotlin code snippet
Program environment and preprocessing (Part 1): how does a program run successfully?
【codeforces round#800 B. Paranoid String】DP
小米商城项目_注册
Sparse array → saving and continuation of Gobang
Redis lock
Time complexity and space complexity
函数和箭头函数
注册功能实现
强制登录,七牛云上传图片