当前位置:网站首页>C language a little bit (may increase in the future)
C language a little bit (may increase in the future)
2022-07-01 02:30:00 【Xingchen Beitian】
C Develop learning records
Import standard library , Write an entry
#include <stdio.h> // Import standard library
// Entry function ( Beginner fixed format )
int main(){
return 0;
}
Use of symbols
1. % Reference data type ( Abbreviation )
%d : double ------ Integer type
%s : String ------ String type
%c : char ------ Character
%f : float ----- floating-point
\n : Line break
2. The pointer ( Pointing to the address --- And scanf Continuous use )
& Reference variable address
Common functions
printf(" type ", Variable );
scanf(" type ", & Reference data );
Method definition ( Output Hello)
Bear in mind C The method needs to be in mian Write before method !!!
void sayHello(){
printf("%s", "Hello,Function");
}
边栏推荐
- halcon变量窗口的图像变量不显示,重启软件和电脑都没用
- Pytorch —— 基础指北_贰 高中生都能看懂的[反向传播和梯度下降]
- ANR问题的分析与解决思路
- Ernie gram, an explicit and complete n-gram mask language model, implements explicit n-gram semantic unit knowledge modeling.
- UE4渲染管线学习笔记
- JS anti shake and throttling
- Calculate special bonus
- Thread Detach
- pycharm 软件deployment 灰色 无法点
- QML control type: tooltip
猜你喜欢

The image variables in the Halcon variable window are not displayed, and it is useless to restart the software and the computer

Pulsar的Proxy支持和SNI路由

CentOS installs multiple versions of PHP and switches
![Pytoch -- foundation refers to the north_ II. What high school students can understand [back propagation and gradient descent]](/img/6e/279dbb7a8d7a5ecd240de464c5b8b2.png)
Pytoch -- foundation refers to the north_ II. What high school students can understand [back propagation and gradient descent]

【JS】【掘金】获取关注了里不在关注者里的人

Rocketqa: cross batch negatives, de noised hard negative sampling and data augmentation

Gartner研究:在中国,混合云的采用已成为主流趋势

PMP是什麼?

The latest wechat iPad protocol code obtains official account authorization, etc

Machine learning 10 belief Bayesian classifier
随机推荐
Pulsar theme compression
In the fourth week of June, the list - flying melon data up main growth ranking list (BiliBili platform) was released!
Leetcode 面试题 17.10. 主要元素
What is PMP?
MySQL insert \ pre update + judgment condition
A preliminary understanding of operator overloading
Analysis and solution of anr problems
How does ZABBIX configure alarm SMS? (alert SMS notification setting process)
FL studio20.9 fruit software advanced Chinese edition electronic music arrangement
How do I open an account on my mobile phone? Also, is it safe to open an account online?
Int and bit group turn to each other
【做题打卡】集成每日5题分享(第一期)
RestCloud ETL WebService数据同步到本地
FL Studio20.9水果软件高级中文版电音编曲
CorelDRAW 2022 Chinese Simplified 64 bit direct download
Do you write API documents or code first?
How to learn and read code
Cluster method synchronous execution framework suona
SWT/ANR问题--Binder Stuck
Go import self built package