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等编程技术的技巧经验分享),若作品对您有帮助,请关注、分享、点赞、收藏、在看、喜欢,您的支持是我们为您提供帮助的最大动力。

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

相关推荐
我很好我还能学1 小时前
【面试篇 9】c++生成可执行文件的四个步骤、悬挂指针、define和const区别、c++定义和声明、将引用作为返回值的好处、类的四个缺省函数
开发语言·c++
蓝婷儿1 小时前
6个月Python学习计划 Day 16 - 面向对象编程(OOP)基础
开发语言·python·学习
渣渣盟2 小时前
基于Scala实现Flink的三种基本时间窗口操作
开发语言·flink·scala
学习噢学个屁2 小时前
基于STM32语音识别柔光台灯
c语言·stm32·单片机·嵌入式硬件·语音识别
糯米导航2 小时前
Java毕业设计:办公自动化系统的设计与实现
java·开发语言·课程设计
糯米导航2 小时前
Java毕业设计:WML信息查询与后端信息发布系统开发
java·开发语言·课程设计
MessiGo3 小时前
Javascript 编程基础(5)面向对象 | 5.1、构造函数实例化对象
开发语言·javascript·原型模式
大霞上仙3 小时前
nonlocal 与global关键字
开发语言·python
galaxy_strive3 小时前
绘制饼图详细过程
开发语言·c++·qt
黑客老李3 小时前
JavaSec | SpringAOP 链学习分析
java·运维·服务器·开发语言·学习·apache·memcached