(Solved) : 3 Write C Program Includes Declaration Main Stores String Vacation Near Array Named Messa Q37278485 . . .

Write in C# as stated and show output please
3. a. Write a C program that includes a declaration in main) that stores the string Vacation is near in an array named message. Include a function call to display) that accepts message in a parameter named strng and then displays the message using the pointer notation (strng i) b. Modify the display() function written in Exercise 3a to alter the address in message. Use the expression *strng rather than . (strng + İ) to retrieve the correct element. Show transcribed image text 3. a. Write a C program that includes a declaration in main) that stores the string Vacation is near in an array named message. Include a function call to display) that accepts message in a parameter named strng and then displays the message using the pointer notation (strng i) b. Modify the display() function written in Exercise 3a to alter the address in message. Use the expression *strng rather than . (strng + İ) to retrieve the correct element.
Expert Answer
Answer to 3. a. Write a C program that includes a declaration in main) that stores the string Vacation is near in an array named m…
OR