当前位置:网站首页>Sequential programming 1
Sequential programming 1
2022-06-25 14:46:00 【m0_ fifty-nine million nine hundred and forty-nine thousand fou】
#include<stdio.h>
void main()
{
char a = 'B', b = 'o', c = 'k';
putchar(a); putchar(b); putchar(b); putchar(c); putchar('\t');
putchar(a); putchar(b);
putchar('\n');
putchar(b), putchar(c);
}
#include<stdio.h>
void main()
{
char c;
printf("input a charcter\n");
c = getchar();
putchar(c);
}
边栏推荐
- [Ocean University of China] information sharing for the first and second examinations of postgraduate entrance examination
- 买卖股票的最佳时机
- JS get the height and width corresponding to the box model (window.getcomputedstyle, dom.getboundingclientrect)
- dev/mapper的解释
- [HBZ sharing] use of locksupport
- Add the resources directory under test in idea
- 90 后眼中的理想 L9:最简单的产品哲学,造最猛的爆款 | 指南斟
- JS determines whether two values are equal, and compares any two values, including array objects
- Cool assembly tutorial - concise x86 assembly language tutorial (1)
- Two methods to rollback the code in pycharm to the specified version (with screenshot)
猜你喜欢
JS recursion and while
电源自动测试系统NSAT-8000,精准高速可靠的电源测试设备
What moment makes you think there is a bug in the world?
Open a restaurant
China has made major breakthroughs in battery technology. Japan, South Korea and the United States are lagging behind. China has consolidated its leading edge
JS floating point multiplication and division method can not accurately calculate the problem
Experts' suggestions | 8 measures to accelerate your innovative career planning and growth
定位position(5种方式)
多张动图怎样合成一张gif?仅需三步快速生成gif动画图片
Share the code technology points and software usage of socket multi client communication
随机推荐
第一次读 “Clean” 系列,并没有觉得这是一本多好的书
[HBZ sharing] use of locksupport
One time summary: 64 common terms for data analysis!
Variables, scopes, and variable promotion
Experts' suggestions | 8 measures to accelerate your innovative career planning and growth
[deep learning] multi task learning of multiple datasets data sets missing labels
[Ocean University of China] Data Sharing for retest of initial Examination
【Try to Hack】vulnhub DC1
How to view the Chrome browser plug-in location
How to combine multiple motion graphs into a GIF? Generate GIF animation pictures in three steps
一次性总结:64个数据分析常用术语!
中国电池技术取得重大突破,日韩美都落后了,中国巩固了领先优势
Clipboard tutorial
2020-03-20
Differences between member variables and local variables
Biscuit distribution
两种方法实现pycharm中代码回滚到指定版本(附带截图展示)
[untitled]
买卖股票的最佳时机
Heavyweight! The domestic IDE is released and developed by Alibaba. It is completely open source! (high performance + high customization)