Question: System Programming (CIS 340) Spring 18 1. (9 points) Arrays, Strings, Pointers. one string is defined for a sentence with aximum 100 char- acters. cters.
System Programming (CIS 340) Spring 18 1. (9 points) Arrays, Strings, Pointers. one string is defined for a sentence with aximum 100 char- acters. cters. Write a method that shows the words of the sentence in a reverse way epaerately. For example, given the input "this is a test", your code should prints "siht", "si","a, "tset"" (b) (2 points) What is the functionality of the following code? int i, j char str [10]; nt le-strlen(str); for (i-0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
