admin admin Author
Title: [C]--Viết chương trình hiển thị ra màn hình dòng chữ Hello, World!
Author: admin
Rating 5 of 5 Des:
1. Helloworld Đề bài: Viết chương trình hiển thị ra màn hình dòng chữ Hello, World! Ý tưởng: Code: #include int main() /* my fi...
1. Helloworld

Đề bài:

Viết chương trình hiển thị ra màn hình dòng chữ Hello, World! 

Ý tưởng: 

Code:

#include 

int main()

   /* my first program in C */

   printf("Hello, World! \n");

   return 0;

Kết quả:

Hello, World!

--------------------------------

Process exited after 1.338 seconds with return value 0

Press any key to continue . . .
Chú ý: Trường hợp các bạn chạy code bị lỗi hãy report cho chúng tôi theo mail: cplushitech@gmail.com
Code trong các vị dụ sử dụng trình biên dịch Dev-C. Các trình biên dịch khác phải tùy biến thích hợp.
31 Mar 2015

About Author

Advertisement

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top