Predict the outcome of the following C program: #include…

Predict the outcome of the following C program: #include#includeint main(){ char word[] = “Successful”; char suffix[] = {‘l’, ‘y’, ‘\0’}; char buffer[15]; strcpy(buffer, word); strcat(buffer, suffix); strcat(buffer, “!”); printf(“%s”, buffer); return 0;}  

Exam 5 Point distribution: Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10…

Exam 5 Point distribution: Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 6 6 6 16 6 6 6 6 6 20 26 Total points = 110 Questions 1-9 multiple choice questions Questions 10-11 free response questions Periodic table and other relevant information for Exams To preview the information page Click Here