'<<' is the left shift operator, 5 << 2 results in 20.
What is the purpose of the 'volatile' keyword in C?
What does the 'exit()' function do in C?
What is the purpose of the 'do-while' loop in C?
What is the purpose of the 'strncpy' function in C?
What is the purpose of the 'fflush' function in C?
How do you declare a structure in C?
What is the purpose of the 'enum' keyword in C?
How do you define a constant pointer to a constant integer in C?
What is the purpose of the 'strtok' function in C?
How do you declare a constant integer in C?