Kizspy | Question: 16
(Choose 1 answer)
How to declare a variable in C language?
A. All variables must be declared before we use them in C program.
B. To declare a variable you specify its name and data type it can store.
C. All variable are always stored on the stack.
D. Reading a value from keyboard or other device with a OUT statement
E. The scope of a variable is the range of program statements that can't access that variable.