answersLogoWhite

0

What is the code of turbo c?

User Avatar

Anonymous

11y ago
Updated: 8/21/2019

It is C6-X5-125892-R4S

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


Is Turbo C and Code-blocks are the same?

No.


Fibonacci sequence code in turbo-C?

turn off your pc.


How do you make a code by using turbo c?

high level language


How code with keyboard button to manipulate image in turbo c?

fvdbdfbfcv


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


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 to make a code by using a lending process in a TURBO C?

#include<stdio.h> main(){


How do you paste code into turbo c copied from notepad?

CTRL+V, or Edit | Paste


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C