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
sdfdg
This is not a question.
i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?
write a vb program to find the magic square
Java program without mainWe need a main method for executing a program.But YES we can write a program without using main() method.TRICK 1 of 2 :: while writing applets in java we don't use main... we use init() method instead.TRICK 2 of 2 :: using 'static' we can write a program whic will execute successfully and output the desired message on screen. Here it is :: class Mohit{ static { System.out.println("This java program has run without the main method"); System.exit(0); } } -->save the program as Mohit.java to compile::javac Mohit.java (in command prompt) to run ::java Mohit(command prompt) output will be ::This java program has run without the main methodWhoa!!!!! we are done.;)
Use a text-editor like notepad, editpad, etc.
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.
Use a text-editor program.
Use text-editor notepad++
Use a text-editor.
sdfdg
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)
This is not a question.
Technically yes, practically no.
not possible dude
To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;
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.