Write a program that stores the string C plus plus is a simple programming langu
ID: 3687316 • Letter: W
Question
Write a program that stores the string C plus plus is a simple programming language into an array named str. Use the declaration str[]=”C plus plus is a simple programming language” which ensures that the end of string escape sequence ‘’ is included in the array. Display the characters in the array by changing the address in a pointer called *Pt. Use a for statement in your program. a. Modify the above program and make it to start the display from the first word which contains a. (Hint: display the string a simple programming language)
Explanation / Answer
output:welcome to world