C语言primitive

|---------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|------------------------------|
| 100+ C Programs with Code | C Programs List 2023 | Studytonight https://www.tutorialgateway.org/c-programming-examples/ https://www.cprogramming.com/tutorial/c/lesson2.html https://www.javatpoint.com/c-if-else ||||
| scanf %d %i scanf %c scanf %f scanf %s scanf %d %c gets %s if if else if else if else if > if < if == if < == if > == | | | |
| = == | = vs == | | |
| switch | switch no break | switch %f | switch no default |
| switch default | switch case no break | | |
| getchar | getchar scanf | | |
| ctype islower | ctype.h islower | ctype isupper | |
| toupper | tolower | | |
| putchar | putchar printf | | |
| swap | swap int | swap char | swap <type> |
| larger bigger large big | smaller small | | |
| for | for loop | for infinite | |
| while | while loop | while infinite | |
| do while | | | |
| for nested | for for | | |
| factorial | fibonacci | feibonaqie | |
| palindrome | loopback | | |
| number bits | number sum bits | | |
| sum for | sum input | | |
| reverse | strrev | reverse string | reverse number | reverse int |
| average | average two | average 100 | |
| Armstrong shuixianhua | Narcissistic | PPDI | pluperfect digital invariant |
| odd | even | odd bitwise | odd mod |
| factor | | | |
| prime | prime N | | |
| largest | smallest | | |
| power | exponential | | |
| isint | isfloat | | |
| multiplication table | | | |
| reverse array | | | |
| array insert | | | |
| array delete | array delete value | array remove/erase | array remove all |
| array largest smallest | | | |
| array sum | array sum int | array sum float | |
| array input | | | |
| array sort | array bubblesort | | |
| array print | array print items_for_line:10 | | |
| array get all | array find all | | |
| array add|sub | | | |
| dimensional array input print | erwei shuzu | matrix | |
| matrix diagonal | | | |
| matrix addition | matrix subtraction | matrix|array2 multiplication | |
| pointer null\|NULL\|empty | pointer compare|comparison different type ==|>|<|!=|+|-|*|/|equal|add|sub|mul|div|greater|less|above|below|non-equal | null pointer | |
| pointer array|char*|string | pointer increment|decrement | | |
| malloc|alloc for\[ever] | | | |
| sizeof pointer\|p2p | | | |
| free null \| uninit \| wild | | | |
| array int|char pointer traverse | array string | array char * | |
| output|print|out int|integer | | | |
| pointer to|->|> pointer | p to p | p2p | |
| gets string overflow | | | |
| string|char*|char * cat|concatenate | | | |
| string traverse|print | string reverse | pallindrome | | |
| pointer swap int|float | | | |
| pointer to func | func pointer | | |
| islower input must-true\|must-false random\|fixed-value\|range:a-z for\|loop\|while multi-lines:1\|3 | tolower|toupper|isalpha|isalnum|isspace|ispunct|isgraph|isprint | | |
| isspace ' '\|'\\t' | | | |
| isascii dump | | | |
| strcpy overflow implementation customize | overflow: cause the overflow issue implementation | customize: implement the strcpy, instead of libc strcpy | | |
| dump string hex\|dec\|oct | dump string using the specified format: hex/dec/oct | | |
| string compare | strcmp | | |
| strcmp header usage\|use case\|case-sensitive asm\|assemble | header: show the header file which contains strcmp usage|use: show the description and usage of strcmp eg: 0 means the two string is equal, > 0 means the first string is bigger, < 0 means the first string is smaller. case|case sensitive: whether the function is case-sensitive asm|assemble: assemble implementation demo | | |
| string const modify readonly | modify const string, check whether work | | |
| string remove blank|whitespace strip | | | |
| strlen chinese | | | |
| strlen sizeof string | | | |


微风不燥,阳光正好,你就像风一样经过这里,愿你停留的片刻温暖舒心。

我是程序员小迷(致力于C、C++、Java、Kotlin、Android、iOS、Shell、JavaScript、TypeScript、Python等编程技术的技巧经验分享),若作品对您有帮助,请关注、分享、点赞、收藏、在看、喜欢,您的支持是我们为您提供帮助的最大动力。

欢迎关注。助您在编程路上越走越好!

相关推荐
LDR00614 天前
Type-C 快充全面升级!LDR6601 赋能个人护理便携电机,重塑剃须刀 / 理发器新体验
c语言·开发语言
雪碧聊技术14 天前
Tree.js是什么?一文讲透
开发语言·javascript·ecmascript
码云数智-园园14 天前
C++20 Modules 模块详解
java·开发语言·spring
swordbob14 天前
NIO的channel中什么是 fd(File Descriptor,文件描述符)
java·开发语言·nio
源分享14 天前
Java线程同步的多种实现方法(非常详细)
java·开发语言·jvm
Luminous.14 天前
C语言--day30
c语言·开发语言
玖玥拾14 天前
C/C++ 数据结构(七)栈、容器适配器
c语言·数据结构·c++··容器适配器
何以解忧,唯有..14 天前
Go语言循环语句详解:for、range与循环控制
开发语言·算法·golang
謓泽14 天前
C语言不是语法,是通往机器的地图。
c语言·开发语言
云水一下14 天前
从零开始学 PHP 系列(一):PHP 的前世今生与开发环境搭建
开发语言·php