Unary Operators

Arithmetic Instruction Arithmetic instruction is used to manipulate data using operators To understand operators in a better way we put them in 7 groups. Unary Operators Arithmetic Operators Bitwise Operators Relational Operators Logical Operators Conditional Operators Assignment Operators Unary Operators

Modifiers

Modifiers Modifiers are the keywords used to modify the properties of data type. Modifiers are short, long, signed, unsigned. Below is the list of all possible combination of use of modifiers with data type: For Integers int, short int, signed

Instructions

Instruction Instruction is what a sentence in English. Sentence is a meaningful combination of words. Instruction too made up by combining identifiers. The set of rules which constitutes a sentence is known as grammar. In C language grammar is called