当前位置:网站首页>Basic learning notes of C language
Basic learning notes of C language
2022-06-30 14:37:00 【hhjnb123】
2022.2.14
while loop
while();arr Array
arr[i]={'','','',''};Import library
#include<stdio.h>;// Basic library
#include<string.h>;// String Library Decimal conversion binary
Such as the decimal system 13 It's binary 1101
Explain :1 1 0 1
1*2^4 +1*2^3+0*2^2+1*2^1
Binary only 0 perhaps 1,2 Is the base number
Compound assignor
Such as += -= /= *=
Monocular operators
! &
Binocular operator
+=
ternary operators
+==
边栏推荐
- The difference between settimeout() and setinterval()
- LIS error: this configuration section cannot be used in this path
- Numpy creates an empty array data = np empty(shape=[1, 64,64,3])
- XSS challenge (1-5) more detailed answers
- go time. after
- Calculates the length of the last word in a string, separated by spaces
- Mutex lock, read / write lock, spin lock, pessimistic lock, and optimistic lock
- 【BUUCTF】 EasySql
- PHP reverses scenarios based on code and skillfully uses debug_ backtrace()
- Initial attack and defense world Misc
猜你喜欢

KnightCTF WEB

2021 geek challenge Web

The first three passes of sqli Labs

Go language mutex lock

V3 03_ Getting started

Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package

Clear the route cache in Vue

go channel && select

【BUUCTF】 EasySql

Notes on reverse learning in the first week of winter vacation
随机推荐
The JSON data returned from the control layer to JS has a "\" translator. How to remove it
ot initialized – call ‘refresh’ before invoking lifecycle methods via the context: Root WebApplicati
Querywrapper in mybaits plus
[geek challenge 2019] PHP problem solving record
ThinkPHP v3.2 comment annotation injection write shell
@component使用案例
PHP multidimensional array sorting
Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package
PHP 2D array change key name
Cost forecast of PMP (BAC, EAC, etc)
Use of laravel repository mode
Summary of use of laravel DCAT admin
Mutex lock, read / write lock, spin lock, pessimistic lock, and optimistic lock
Begin End use the pit encountered
org.json.JSONObject对象转json,json新增元素,根据json的key获取值。以及list对象格式字符串转jsonArray
Dart extended feature
[scientific research data processing] [basic] category variable frequency analysis chart, numerical variable distribution chart and normality test (including lognormal)
V3_ Chrome extended Chinese translation document V3 directory
August 24, 2021 deque queue and stack
Initial attack and defense world Misc