Question: in C please 1. Create a void function that sounds a bell using the escape sequences, and then prints the following text: (25 points) So

in C please
1. Create a void function that sounds a bell using the escape sequences, and then prints the following text: (25 points) So excited that she shouted, "What a wonderful day full of sweets, flowers, and love! Wishing you all the best this Valentine's Day. 2. Create a void function named one three (). This function should display the word one on one line, call the function two (), and then display the word three on one line. The function two should display the word two on one line. Your program should display the phrase starting now: before calling one_three () and display donel after calling it. Thus, the output should look like the following: (25 points) starting now: one two three done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
