English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-25 01:27:38 · 5 answers · asked by Jyoti P 1 in Computers & Internet Programming & Design

5 answers

Write a C program and direct your output to screen or the file ( which you can print later). Compile & link the source code without errors and then run the program. If the program has some input required to be entered then do the same and you can see the output on the screen or print the file in which the output has been generated to get a printout of the output . That is all to do.

2006-10-25 01:38:41 · answer #1 · answered by ssmindia 6 · 0 0

You would need a C compiler (a program like Visual C) to change the program into an executable format

2006-10-25 08:31:36 · answer #2 · answered by ? 2 · 0 0

If it is a console app, and it disapeers to fast for you to see the results, add 'getch();' (minus the quotes) to the line above 'return 0;'

2006-10-25 08:49:01 · answer #3 · answered by Game Designer 2 · 1 0

after you have finished writing the program, hit Ctrl+F5(if i am right)
or simply click on Run option on the tool bar and click on run.

2006-10-25 08:31:54 · answer #4 · answered by Anonymous · 0 0

in visual basic if u have it..click run

2006-10-25 12:35:37 · answer #5 · answered by RoobZ 2 · 0 0

fedest.com, questions and answers