syntax is the way you write your code in
it defines the meaning of keywords & how to write
There is no 'foreach' in C
Its similar to a number of languages such as C, C++, Java and Perl.
cmd c:
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
ghanta
cmd c:
Yes
What 'this syntax' is, and forget about config.sys (outdated by 15 years).
for(i=0;i<=0;i++)
Perl and C
The syntax... go learn it!
It was designed to have a familiar syntax for programmers who already know C or C++, while removing some of the complex or error-prone features of C++, like pointers and multiple inheritance, to make it simpler and safer.