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.
Turbo C++ is Borland's integrated development environment (IDE).
Once the application is compiled, there is no need for an IDE.
first learn it from some tutorial available on net and use compilers or IDE's
Well, TurboC is not a language, it is an IDE (Integrated Developing Environment), it was developed by Borland (based on an older program called Wizard C).
An integrated development environment (IDE).
You can write it with Windows NotePad, although using an IDE such as NetBeans or Eclipse is recommended. If you mean you want to learn Java, take a look at the tutorials at the Oracle site.
Name of a compiler (and IDE) from Borland.
In theory, you can write a Java program in just about any text editor; then you can compile it with the "javac" command, and - if the compilation works without errors - run it with the "java" command. In practice, and especially for new programmers, I would recommend that you get a good Java IDE, which lets you do everything in a single environment, and clearly shows where there are errors, among other benefits.
In theory, you can write a Java program in just about any text editor; then you can compile it with the "javac" command, and - if the compilation works without errors - run it with the "java" command. In practice, and especially for new programmers, I would recommend that you get a good Java IDE, which lets you do everything in a single environment, and clearly shows where there are errors, among other benefits.
You are best off looking into downloading an IDE such as Eclipse or netbeans, as they are tailored towards development using the Java programming language.
Nothing. C is the language, TurboC is an Integrated Developing Environment (IDE).
Since the Java program is basically a text file, you can write it in any text editor (although using a Java IDE, or an IDE with support for Java, does give you certain advantages). Thus, you can use programs such as NotePad or NotePad++ to write the Java program. Using word processors such as MS-Word is problematic, because these insert additional codes. You would have to make sure you save the resulting file in the text format - give the "Save As" command, and choose a text format from the list.