+ +=
- -=
* *=
/ /=
% %=
=
==
!=
<=
>=
& &&
|
^
~
<< <<=
>> >>=
,
[]
()
are the basic operator in TURBO C
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
key words are the specfic command of the program like variable name, syntax, name of loops.
Turbo C compiles c source. turbo c++ compiles c++ source code.
There is no 'foreach' in C
turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.
#include <limits.h> if (1) { printf ("INT_MAX is %d\n", INT_MAX); printf ("LONG_MAX is %ld\n", LONG_MAX); }
Its similar to a number of languages such as C, C++, Java and Perl.
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
cmd c:
syntax is the way you write your code in it defines the meaning of keywords & how to write
turbo is word to do the programming language in c & c++ and i do no about borland
turbo c is a compiler and c++ is a programming language.