本文概述
- 程序1:使用if语句
- 程序2:使用switch语句
- 程序3:使用while循环
- 使用if
- 使用开关
- 使用循环等
#include<
stdio.h>
int main()
{
if(printf("hello world")){}
return 0;
}
输出:
hello world
程序2:使用switch语句让我们看一个简单的c示例,该示例使用switch语句而不使用分号来打印“ hello world”。
#include<
stdio.h>
int main()
{
switch(printf("hello world")){}
return 0;
}
输出:
hello world
程序3:使用while循环让我们看一个简单的c示例,它使用while循环而不使用分号来打印“ hello world”。
#include<
stdio.h>
int main()
{
while(!printf("hello world")){}
return 0;
}
输出:
hello world