Consider the following program, Write the output it will produce in the terminal window in the space provided below. #include int main(void) int a 777; char bll "Daily Programming Practice": printf("4d\n14d\n14d\n\4d\n34d\n", 7777, 777, 77, -7, a); printf("4d\ns\n", 77, b); return 0