How to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.
Answer Posted / rajesh
compile
gcc filename.c
its create exe file is a.out
run
./a.out
ll gie output
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain what are binary trees?
application attempts to perform an operation?
shorting algorithmS
Describe dynamic data structure in c programming language?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the use of clrscr?
What is the heap in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are identifiers and keywords in c?
What is character set?
What is property type c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Is c pass by value or reference?