当前位置:网站首页>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. .

边栏推荐
- 后台品牌管理功能实现
- 创建项目 实现登录注册,生成jwt,发送验证码
- GCC compilation options
- 页面的基本布局
- 块,行内块元素之间存在间隙
- Li Hongyi machine learning team learning punch in activity day02 --- return
- set集合
- Makefile is easy to understand and explain
- Carmaker quick start lesson 4 developing 48V P1 hybrid system
- Li Hongyi machine learning team learning punch in activity day05 --- skills of network design
猜你喜欢

Dnsmasq Usage Summary

c语言字符串函数下:strcmp、strncpy、strncat、strncmp、strstr、strtok、strerror

后台频道组管理功能实现

Utility gadget: kotlin code snippet

李宏毅机器学习组队学习打卡活动day03---误差和梯度下降

C language string function: StrCmp, strncpy, strncat, strncmp, strstr, strtok, strError

Redis cluster

SQL database → constraint → design → multi table query → transaction

创建项目 实现登录注册,生成jwt,发送验证码

程序环境和预处理(下):#define、#undef、命令行编译、条件编译、文件包含(超全整理,建议收藏!!!
随机推荐
Graph cuts learning
Li Hongyi machine learning team learning punch in activity day03 --- error and gradient decline
原生token生成加密、解密
Li Hongyi machine learning team learning punch in activity day06 --- convolutional neural network
块,行内块元素之间存在间隙
The concept of cloud native application and 15 characteristics of cloud native application
GCC compilation options
Numpy data type conversion
Flask的使用
强制登录,七牛云上传图片
【C语言switch分支语句和循环语句】
C语言字符串介绍以及相关操作函数
Qsort - the sorting function in C language (with void*, callback function knowledge points
Makefile is easy to understand and explain
Sparse array → saving and continuation of Gobang
SQL(MySql)菜鸟教程知识
C语言入门介绍
分享一道关于程序编译过程的选择题(内含编译过程浅谈,符号表的形成合并过程)
Li Hongyi machine learning team learning punch in activity day01 --- introduction to machine learning
蓝图-类视图方法