answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you write a program using if statements?

Use a text-editor like notepad, editpad, etc.


Can you write a C program Without turbo C IDE?

Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.


How do you write a program in embedded c?

Use a text-editor program.


How do you write a program using function that counts the number of vowels in a string in java language?

Use text-editor notepad++


How do you write a C program to perform?

Use a text-editor.


Write c program to print palindrome using string without using strrev strlen strcam?

sdfdg


How do you type superscripts without Microsoft office?

That would depend on the program you are using. There are certain superscripts that are part of the basic Unicode character set. if your superscript is not one of them then you will have to ask about the exact program you are using to write with. Here in the Answers.com editor there are buttons for superscripts NormalSuper and subscripts NormalSub. Each application has its own way (if it is at all possible)


Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


Is it possible to write a C program without using preprocesser directives?

Technically yes, practically no.


Can you write a program without using any semicolon inside the main function?

not possible dude


How do you write a program in C plus plus plus plus How do you write a program in C to swap two variables without using the third oneo swap two variables without using the third one?

To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;


How do you use GLBasic?

GLBasic can be used to write games and utilities for Windows, Mac, Linux, iPhone and many other platforms You do this by using the integrated editor and then compile the program.