how 2 compile & execute c program with out using editor?
Answers were Sorted based on User's Feedback
compling c executing c program without editor is similar to
that of Java program.
we just have to set the path to TC to the PATH environment
variable.
then using the TCC command we can execute the C program.....
EG: TCC sam.c //Compilation
sam //Execution
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / nihar sharma
after set path and complied prod ...that feed back from cmd
promt..cant file found
| Is This Answer Correct ? | 1 Yes | 3 No |
How do I round numbers?
how to convert an char array to decimal array
How can I delete a file?
Can one function call another?
Explain enumerated types in c language?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What does. int *x[](); means ?
Can we change the value of constant variable in c?
Given an unsigned integer, find if the number is power of 2?
How to convert decimal to binary in C using recursion??
How will you allocate memory to double a pointer?
what is pointer?
13 Answers HCL, TCS,