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

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