Introduction to C language Programming--helloworld!

Source: Internet
Author: User



My C language learning process to record, for everyone to learn to communicate, suitable for C language beginners to learn, hope to be helpful to everyone.

Recommended Learning Tutorial: "C language Programming" rectification

Recommended Learning Video: C language Tutorial Hao Bin (link)

After I finished, I wrote down My learning experience, you can see in my blog (link)


Hello World, Chinese meaning: Hello, worlds. The first program in the World is Hello Worlds, created by Brian Kernighan.

Most programmers learn a language, and the first program they write is helloworld!


C-language version Hello world

# Include<stdio.h>int Main (void)  //int is the return value type, main is the function name, void is the parameter {printf ("Hello world!\n");  Output Hello world! and wrap return 0;  0 is the return value}

Program output:



Let's go into the learning World of C language!


(If you have any questions, you can ask in the next place, I will try to answer for everyone.) )





Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Introduction to C language Programming--helloworld!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.