Multiple Choice
Match each item with a statement below.
-denotes the beginning of a block of code
A) main()
B) a.out
C) null
D) %
E) /*
F) stdio.h
G) {
H) gcc
I) #include <stdio.h>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What is the difference between the while
Q20: Match each item with a statement below.<br>-modulus
Q21: C's increment operator is _.<br>A)++<br>B)+<br>C)+=<br>D)=+
Q22: The _ format specifier is used to
Q23: C provides three looping mechanisms: the for
Q25: The word "null" is used to indicate
Q26: _ are continuous streams of data.<br>A)Arrays<br>B)Strings<br>C)Files<br>D)Pointers
Q27: The _ format specifier is used to
Q28: fgetch()reads a single character from the file
Q29: C++ enables function _,which makes the functions