bcaschool
bcaschool
Untitled
2 posts
Don't wanna be here? Send us removal request.
bcaschool · 2 years ago
Text
youtube
The tokens of C language can be classified into six types based on the functions they are used to perform. The types of C tokens are as follows Keywords The keywords are pre-defined or reserved words in a programming language. Identifiers Identifiers are used as the general terminology for the naming of variables, functions, and arrays. Constants The constants refer to the variables with fixed values. Strings Strings are nothing but an array of characters ended with a null character (‘\0’). This null character indicates the end of the string. Special Symbols Brackets[] Parentheses() Braces{} Comma (, ) Colon(:) Semicolon(;) Asterisk (*) Assignment operator(=) Pre-processor (#) Period (.) Tilde(~) Operators Operators are symbols that trigger an action when applied to C variables and other objects. Arithmetic operators Relational Operators Logical Operators Assignment Operators Bitwise Operator
0 notes
bcaschool · 2 years ago
Text
The tokens of C language can be classified into six types based on the functions they are used to perform. The types of C tokens are as follows Keywords The keywords are pre-defined or reserved words in a programming language. Identifiers Identifiers are used as the general terminology for the naming of variables, functions, and arrays. Constants The constants refer to the variables with fixed values. Strings Strings are nothing but an array of characters ended with a null character (‘\0’). This null character indicates the end of the string. Special Symbols Brackets[] Parentheses() Braces{} Comma (, ) Colon(:) Semicolon(;) Asterisk (*) Assignment operator(=) Pre-processor (#) Period (.) Tilde(~) Operators Operators are symbols that trigger an action when applied to C variables and other objects. Arithmetic operators Relational Operators Logical Operators Assignment Operators Bitwise Operator
1 note · View note