answersLogoWhite

0

What are some examples of a turbo c program?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

#include <stdio.h>

int main (void) { puts ("Hello, world"); return 0; }

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some examples of a turbo c program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who is the founder of turbo c program?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


What are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -&gt; * [] () , ?: = == &lt; &lt;= &gt; &gt;= != + += ++ - -= -- % %= / /= &lt;&lt; &lt;&lt;= &gt;&gt; &gt;&gt;= ! ~ ^ &amp; &amp;= &amp;&amp; | |=


Who is the founder of turbo c?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


Constance of turbo c and examples?

just try to read books about turbo c


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


What are examples of turbo c?

1. Turbo C is an example of Integrated Developing Environment. 2. Turbo C has example programs, the most important is bgidemo.c


How do you load a program in turbo c?

File/Open


How can you use turbo c in Window7?

With program DosBox,


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.


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.


What are the differences of turbo c plus plus and mother program?

No idea what mother program is, but I assume you mean how does Turbo C++ compare to the ISO C++ standard. The last version of Turbo C++ came out in 2006 and was compliant with the standard at that time. However, Embarcadero (the current owners) no longer support Turbo C++, thus it no longer complies with the current ISO standard.