+ 3
Is include is a keyword in c language
4 Antworten
+ 12
include is not a keyword. https://stackoverflow.com/q/35824344
+ 3
include is a preprocessor instruction which has to begin win #. It is not a keyword.
+ 3
include is a preprocessor directive. This directive causes one file to be included in another.
+ 1
Is not considered as keyword. You can have variables like int include =3.