C 语言实例 - 输出 "Hello, World!"

C 语言教程 · 2019-02-20 13:13:40

使用 printf() 输出 "Hello, World!"。

实例

#include <stdio.h> int main() { // printf() 中字符串需要引号 printf("Hello, World!"); return 0; }

输出结果:

Hello, World!

点击查看所有 C 语言教程 文章: https://codercto.com/courses/l/17.html

查看所有标签

Object-Oriented Design Heuristics

Object-Oriented Design Heuristics

Arthur J. Riel / Addison-Wesley Professional / 1996-05-10 / USD 64.99

Product Description Here is the first object-oriented development book to provide specific experience-based guidelines to help developers make the right design decisions. This book offers the next ......一起来看看 《Object-Oriented Design Heuristics》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试