answersLogoWhite

0

What are the operators of turbo c?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the operators of turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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

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


What is a relational operators in c?

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


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