answersLogoWhite

0

What are the operators of turbo c?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

= == != < > <= >= etc

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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; | |=


What are the mathematical operators of c?

the mathematical operators of c are.....%,*,/,+,-


What are the operators in c tokens?

All arithmetic, logical operators are operators in c tokens. As: +, - , ++, --, %, &amp;&amp;, &amp;, &gt;&gt;, &lt;&lt; etc.


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

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


Printf and scanf Operators in C and C plus plus?

No, they are functions. Operators are -> or ++or /=


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?

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


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 difference between Turbo and Borland C?

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


What is a relational operators in c?

Relational operators are those operators which shows relation between two operands. e.g. ==, &lt;=,&gt;=,&lt;,&gt;


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

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


How many types of logical operators in c only?

There are three logical operators in C; AND (&amp;), OR (|), and NOT (^). These are the bitwise versions. The combinatorial versions are &amp;&amp;, , and !.