Multiple Choice
___ is the correct way to include a header file in your program.
A) #include <header-file-name>
B) #include header-file-name
C) #include <header-file-name>;
D) #include header-file-name;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Many C compilers have a randomize() routine
Q16: Scaling a random number as an integer
Q17: In earlier versions of C, function prototypes
Q18: _ reads the computer's internal clock time,
Q19: The rand() function produces a series of
Q21: The purpose of a _ is to
Q22: The standard C library consists of 5
Q23: _ is an example of a function
Q24: Pass by value is also referred to
Q25: _ is an example of a calling