Create and Compile C Program in Unix and Linux 2011
These are basic steps to create and compile C program in Unix and Linux
These are basic steps to create and compile C program in Unix and Linux
- First Create one C Program like " Simple Hello Word Program in C".
- Save These C Program in "Helloword.c" make to Compile.
- To Compile any C Program in Linux or Unix you need a C Compiler. Like Turbo C For Windows but here We user "Gcc Compiler" for To Compile C Program in Unix and Linux.
- if you to Compile C Program use " cc Helloword.c" and once successfully compiled then Build output
- if you want to see Output of that Program use ". /a.out" then see the output.