当前位置:网站首页>//1.13 auto increment and auto decrement operators (+ +, --)
//1.13 auto increment and auto decrement operators (+ +, --)
2022-06-23 01:45:00 【kalada82】
//1.13 Auto increment and auto decrement operator (++,--)
#include<stdio.h>
int main(){
int i=8;
printf("%d\n",++i);
printf("%d\n",--i);
printf("%d\n",i++);
printf("%d\n",i--);
printf("%d\n",-i++);
printf("%d\n",-i--);
return 0;
}
边栏推荐
- 3D printing microstructure
- [hdu] p1466 calculate the number of intersections of straight lines
- Modulenotfounderror: no module named 'rospy', PIP could not find the installation package
- What aspects of language and database knowledge are needed to build a web Kanban!
- Cmake passing related macros to source code
- Found several packages [runtime, main] in ‘/usr/local/Cellar/go/1.18/libexec/src/runtime;
- Nuxt - auto generate dynamic route bug
- office2016+visio2016
- [hdu] P7079 Pty loves lines
- Openvino CPU acceleration survey
猜你喜欢

Module 8 job

Do you know the memory components of MySQL InnoDB?

Byte order: big endian vs little endian

4. functions and inline functions with default values for formal parameters

Function part

Using WordPress to create a MySQL based education website (learning notes 2) (technical notes 1) xampp error1045 solution

The devil cold rice # 099 the devil said to travel to the West; The nature of the boss; Answer the midlife crisis again; Specialty selection

Error reported when compiling basalt

Muduo simple usage

Use elk to save syslog, NetFlow logs and audit network interface traffic
随机推荐
[ZOJ] P3228 Searching the String
MySQL - SQL execution process
Array part
5. explain function overloading
Data skew analysis of redis slice cluster
Debian10 installing zabbix5.4
C#. Net universal database access encapsulation classes (access, sqlserver, Oracle)
Pat class A - 1015 reversible primes
Vector 3 (static member)
MySQL -- how to access the database of a computer in the same LAN (prenatal education level teaching)
You can also do NLP (classification)
Use elk to save syslog, NetFlow logs and audit network interface traffic
3D打印微组织
SQL programming task05 job -sql advanced processing
10. static member variables, static member methods, and pointers to class members
Browser independent way to detect when image has been loaded
MySQL basic command statement
Exercise analysis summary
Random decoding NLP
You can also do NLP (classification)