First Page Last Page
UserName:
Replies: 16 - Views: 478
-sushma (Practice Mode): !Making a display! let's display something on console window. Open turbo c. start coding. #include <stdio.h> #include <conio.h> void main { printf("Hi i am sushma"); getch(); } and compile it frm compile option and Run it frm run option. Now u can c display as Hi i am sushma. *
24-04-10 - 22:41:34
-sushma (Practice Mode): press enter after <stdio.h> <conio.h> use () after main and press enter. Use enter after ; sign. ok then u wil be able to display ur name. *
24-04-10 - 22:45:19
-Certified1514131211munna2009 (Super-Mod! + Sravanthi Love): Ok madum. i will note it. -reading- .:) *
25-04-10 - 04:02:23
-sushma (Practice Mode): Hey i m not madam just say me frnd. Above examples uses stdio.h conio.h as header file. printf("") works as function 2 display. which is linked with stdio.h to work and getch() lets screen halt. so dat we can preview the display. *
25-04-10 - 08:03:02
-sushma (Practice Mode): Let's start using arthimatics. +, -, *, / *
25-04-10 - 08:08:10




«PREV Next»
2/4
Jump to page

Text:
Home>Forums>Technology rules
>Mobiles/Computer>c programming.