answersLogoWhite

0

Syntax of turbo c

User Avatar

Anonymous

13y ago
Updated: 8/16/2019

+ +=

- -=

* *=

/ /=

% %=

=

==

!=

<=

>=

& &&

|

^

~

<< <<=

>> >>=

,

[]

()

are the basic operator in TURBO C

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the basic syntax of C?

+ += - -= * *= / /= % %= = == != &lt;= &gt;= &amp; &amp;&amp; | ^ ~ &lt;&lt; &lt;&lt;= &gt;&gt; &gt;&gt;= , [] () are the basic operator in TURBO C


What are the32 key words in c turbo?

key words are the specfic command of the program like variable name, syntax, name of loops.


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

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


What is the syntax of foreach in c?

There is no 'foreach' in C


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++.


What is the syntax in getting the highest number in turbo C using the if statement?

#include &lt;limits.h&gt; if (1) { printf ("INT_MAX is %d\n", INT_MAX); printf ("LONG_MAX is %ld\n", LONG_MAX); }


The PHP syntax is similar to which languages?

Its similar to a number of languages such as C, C++, Java and Perl.


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != &lt;= &gt;= &amp; &amp;&amp; | ^ ~ &lt;&lt; &lt;&lt;= &gt;&gt; &gt;&gt;= , [] () are the basic operator in TURBO C


What is the syntax of CD?

cmd c:


What is syntax in c?

syntax is the way you write your code in it defines the meaning of keywords &amp; how to write


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c &amp; c++ and i do no about borland


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.