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 add[ition] | matrix sub[traction] | matrix|array2 mul[tiplication] | |
| pointer [null|NULL|empty] | pointer comp[are]|comp[arison] [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 comp[are] | 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等编程技术的技巧经验分享),若作品对您有帮助,请关注、分享、点赞、收藏、在看、喜欢,您的支持是我们为您提供帮助的最大动力。

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

相关推荐
友友马2 分钟前
『QT』窗口 (一)
开发语言·数据库·qt
APIshop5 分钟前
Python 零基础写爬虫:一步步抓取商品详情(超细详解)
开发语言·爬虫·python
玩转C语言和数据结构40 分钟前
C语言编程入门攻略(最新学习路线,适合新手小白)
c语言·c语言入门·c语言下载·c语言知识点总结·c语言自学·c语言教程·c语言怎么学
AI科技星42 分钟前
为什么宇宙无限大?
开发语言·数据结构·经验分享·线性代数·算法
Appreciate(欣赏)1 小时前
JAVA使用poi类读取xlxs文件内容拼接成添加数据SQL
java·开发语言·sql
Bona Sun1 小时前
单片机手搓掌上游戏机(十四)—pico运行fc模拟器之电路连接
c语言·c++·单片机·游戏机
oioihoii1 小时前
性能提升11.4%!C++ Vector的reserve()方法让我大吃一惊
开发语言·c++
毕设源码-朱学姐1 小时前
【开题答辩全过程】以 基于JAVA的恒星酒店客房管理系统为例,包含答辩的问题和答案
java·开发语言
思密吗喽2 小时前
景区行李寄存管理系统
java·开发语言·spring boot·毕业设计·课程设计
Rust语言中文社区2 小时前
【Rust日报】Dioxus 用起来有趣吗?
开发语言·后端·rust