A macro commonly defined in the stdio.h header file is

a) #define getchar() getchar(stdin)
b) #define getchar() getc(stdin)
c) #define getc() getchar (stdin)
d) #define getc() getc(stdin)

b) #define getchar() getc(stdin)

Computer Science & Information Technology

You might also like to view...

Which formatting option is used to shade the background of characters?

A) Font Color B) Highlight Color C) Font D) Bold

Computer Science & Information Technology

____ can be used to convert an unordered list to a navigation area.

A. ID-based styles B. A dynamic Web template C. The a:link selector D. The page content div

Computer Science & Information Technology