Application of Software Development Method Variables
Application of Software Development Method Variables
Application of Software Development Method Variables
Type def is a user defined data type which is used to create user defined data
typedef<existed_data_type><new_data_type>;
Constants
Is a data Value that cannot be change during the data execution
1. Integer constant
3. Character constant
4. String constant
Operators
Expressions
Is a combination of operators and operands
1. Primary expressions
2. Postfix expressions
3. Prefix expressions
4. Unary expressions
5. Binary expressions
6. Ternary expressions
Arrays
Example Programs