1. Create your source-file with any text-editor (mcedit myprogram.c, for example).
2. Compile it: gcc -g -Wall -W -pedantic -o myprogram myprogram.c
3. Fix the errors and warnings, if any
4. Run your program: ./myprogram
(Note: you should not use linux-9.0 yet, as only linux-2.6.x released).
You could, if you had conio.h in linux, but you don't have, that's why.
It depends on the editor.
i am sam
This question cannot be answered without seeing the source program.
Very little. C is a very common language to write operating systems in.
Linus Torvalds wrote the Linux kernel in C. Other components written by other contributors for other distributions may be in C or C++.
Simply any text edittor can be used to write C program. To compile the .c file saved, Linux comes with gcc compiler. In the command line: $ gcc -o outputfile inputfile.c will compile the inputfile.c and create executable outputfile. Other than that there are number of IDEs (i.e. Integrated Development Environment) are available such as Kdevelop, Eclipse etc.
a c program for creat a virus
In Windows, use notepad.exe; in linux, use program xedit.
Into the source program.
C isn't a program, or something you install; it is a programming language for writing software. Linux and most of the programs that run on it were written in C, and a C compiler and libraries are supplied with most systems, or are readily available.
All binaries are launched by simply typing the name of the application.