C语言中的语句结构类型:顺序/选择/循环
分支语句
if else
switch
循环语句
while
for
do whlie
goto语句 代码练习:找两个整数的最大公约数和最小公倍数
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>//int main()
//{
// int age 60;
// if (ag…
实验拓扑图 代码:
SW1
<Huawei>sys
Enter system view, return user view with CtrlZ.
[Huawei]sysn sw1
[sw1]undo info-center enable
Info: Information center is disabled.
[sw1]vlan batch 10 20 30
Info: This operation may take a few seconds. …