char

Step 1: Declaration - Declare a variable of type char using the keyword char followed by the variable name. Step 2: Initialization - Assign a value to the char variable using the assignment operator (=) and a single character enclosed in single quotes (''). Step 3: Usage - Utilize the char variable in the program to store and manipulate single characters.