admin admin Author
Title: [C]--Hàm Xuất “printf()”
Author: admin
Rating 5 of 5 Des:
3. Hàm Xuất “printf()” Đề bài: giới thiệu về hàm printf trong C Ý tưởng: Code: #include /* Hay so sanh tap tin .exe voi BT01_01 */ #i...
3. Hàm Xuất “printf()”

Đề bài: giới thiệu về hàm printf trong C

Ý tưởng: 

Code:

#include /* Hay so sanh tap tin .exe voi BT01_01 */

#include

main()

  //clrscr(); /* Cau lenh xoa man hinh */

  printf(" Chao ban !\n"); /* Co trong tap stdio.h */

  printf("Moi ban lam quen voi Turbo C");

  getch();

Kết quả:

Chao ban !

Moi ban lam quen voi Turbo C
------------------------------
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