'static' is used to create static variables in Java.
In C, how do you declare a constant?
What is the purpose of the 'sizeof' operator in C?
What is the output of printf("%c", 65);?
Which function is used to read a character from the standard input in C?
How do you declare a constant pointer in C?
How is a preprocessor directive indicated in C?
What does the 'printf' function do in C?
How is a single-line comment written in C?
What is the purpose of the 'rand' function in C?
How do you define a function in C?