C语言如何使用print语句(print语句使用教程)

C语言如何使用print语句(print语句使用教程)

首页维修大全综合更新时间:2024-05-01 02:13:29

C语言如何使用print语句

需要准备的材料分别有:电脑、C语言编译器。

1、首先,打开C语言编译器,新建一个初始.cpp文件,例如:test.cpp。

2、在test.cpp文件中,输入C语言代码:

int a = 6;double b = 3.14;char *c = "hello";printf("%d%lf%s", a, b, c);

3、编译器运行test.cpp文件,此时成功使用print语句打印了整数、浮点数、字符串。

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.