ok

This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

26/11/09

belajar c programing part 1 (Input / Output pada C )

Input / Output pada C STANDAR PENULISAN I/O DASAR INPUT DAN OUTPUT Dalam bahasa C, terdapat 3 file stream, yaitu stdin - (standard input) stdout - (standard output) stderr - (standard error) (stdin) digunakan agar komputer dapat membaca input yang diketik user dari keyboard, sedangkan (stdout) dan (stderr) digunakan untu menampilkan output ke layar monitor. MEMBACA INPUT DARI KEYBOARD 1. Menggunakan getc() syntaxnya : #include int getc(FILE*stream); contoh: 1: /* Membaca input dengan menggunakan getc() */ 2: #include 3: 4: main() 5: { 6: int ch; 7: 8: printf(”ketikkan 1 karakter:\n”); 9:...

24/11/09

asci american standar

1. alt + 1 = ☺2. alt + 2 = ☻3. alt + 3 = ♥4. alt + 4 = ♦5. alt + 5 = ♣6. alt + 6 = ♠7. alt + 7 = •8. alt + 8 = ◘9. alt + 9 = ○10. alt + 10 = ◙11. alt + 11 = ♂12. alt + 12 = ♀13. alt + 13 = ♪14. alt + 14 = ♫15. alt + 15 = ☼16. alt + 16 = ►17. alt + 17 = ◄18. alt + 18 = ↕19. alt + 19 = ‼20. alt + 20 = ¶21. alt + 21 = §22. alt + 22 = ▬23. alt + 23 = ↨24. alt + 24 = ↑25. alt + 25 = ↓26. alt + 26 = →27. alt + 27 = ←28. alt + 28 = ∟29. alt + 29 = ↔30. alt + 30 = ▲31. alt + 31 = ▼32. alt + 32 = “space”33....

Page 1 of 2212345Next