Multiple choice c To include a header file in a C program: #include "stdio.h" #include <stdio.h> Both correct Both wrong Reveal answer Fill a bubble to check yourself A Correct answer