0

What does syntax means?

28th Sep 2016, 4:51 PM
Hemant Sirsat
Hemant Sirsat - avatar
2 Antworten
+ 1
Syntax are the predefined codes that compiler understands, which one has to learn in order to interact with the compiler. For example, #include<iostream.h> void main() { cout<<" all these codes are syntax except this one written inside double inverted comas ." } Basically syntax means the ' format'!
29th Sep 2016, 9:28 AM
Hitesh Datt
Hitesh Datt - avatar
0
it's just for understanding the structure of the codes
29th Sep 2016, 9:29 AM
Negin
Negin - avatar