What are compound statements?
Compare and contrast compilers from interpreters.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is the general form of a C program?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How do you convert strings to numbers in C?
What is variable initialization and why is it important?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are formal parameters?
When is the “void” keyword used in a function?
How do you construct an increment statement or decrement statement in C?
What is wrong with this program statement? void = 10;
What is the use of a ‘ ’ character?
What is a program flowchart and how does it help in writing a program?
What is the difference between text files and binary files?