I l@ve RuBoard Previous Section Next Section

15.7 Programming Exercises

Exercise 15-1: Write a program that uses pointers to set each element of an array to zero.

Exercise 15-2: Write a function that takes a single C-style string as its argument and returns a pointer to the first nonwhitespace character in the string.

    I l@ve RuBoard Previous Section Next Section