当前位置:网站首页>[C language] objective questions - knowledge points
[C language] objective questions - knowledge points
2022-07-08 00:12:00 【chengwei1128】
List of articles
- Code can have comments , But it must be a valid comment ; Generally, there are requirements for the number of project notes , Not more is better ; Invalid comments are not optional , You need to delete all invalid fixations .
- The identifier is the programmer's own name , Except for variable names , The function name will be mentioned later 、 Macro name 、 Structure name, etc , They are all identifiers . however , You can't name it casually , Comply with the specifications ;C Language policy , Identifiers can only be made of letters (A-Z, a-z)、 Numbers (0~9) And the underline (_) form , And the first character must be a letter or underscore , It can't be a number .
边栏推荐
- “一个优秀程序员可抵五个普通程序员”,差距就在这7个关键点
- Reading notes 004: Wang Yangming's quotations
- 一鍵免費翻譯300多頁的pdf文檔
- Benchmarking Detection Transfer Learning with Vision Transformers(2021-11)
- C language 001: download, install, create the first C project and execute the first C language program of CodeBlocks
- SQL knowledge summary 004: Postgres terminal command summary
- 用語雀寫文章了,功能真心强大!
- One click free translation of more than 300 pages of PDF documents
- How does starfish OS enable the value of SFO in the fourth phase of SFO destruction?
- Using Google test in QT
猜你喜欢
Notice on organizing the second round of the Southwest Division (Sichuan) of the 2021-2022 National Youth electronic information intelligent innovation competition
3年经验,面试测试岗20K都拿不到了吗?这么坑?
Using Google test in QT
Automated testing: robot framework is a practical skill that 90% of people want to know
搭建ADG过程中复制报错 RMAN-03009 ORA-03113
【編程題】【Scratch二級】2019.12 飛翔的小鳥
Kubectl 好用的命令行工具:oh-my-zsh 技巧和窍门
Connect diodes in series to improve voltage withstand
SQL knowledge summary 004: Postgres terminal command summary
CoinDesk评波场去中心化进程:让人们看到互联网的未来
随机推荐
[the most detailed in history] statistical description of overdue days in credit
Opengl3.3 mouse picking up objects
If an exception is thrown in the constructor, the best way is to prevent memory leakage?
全自动化处理每月缺卡数据,输出缺卡人员信息
52岁的周鸿祎,还年轻吗?
在网页中打开展示pdf文件
【编程题】【Scratch二级】2019.09 绘制雪花图案
[path planning] use the vertical distance limit method and Bessel to optimize the path of a star
Postgres timestamp to human eye time string or millisecond value
Binder核心API
[programming problem] [scratch Level 2] draw ten squares in December 2019
The underlying principles and templates of new and delete
Usage of limit and offset (Reprint)
Teach you to make a custom form label by hand
52歲的周鴻禕,還年輕嗎?
SQL connection problem after downloading (2)
面试题详解:用Redis实现分布式锁的血泪史
Solutions to problems in sqlserver deleting data in tables
LinkedBlockingQueue源码分析-新增和删除
The difference between get and post