Guys Help Me To Solve these problems....
Code:
Write A Program which converts a string of uppercase letters into its corresponding lowercase.Using pointers to access the members of the Array.
Code:
Write A program that reads eight float numbers into an array and then print out the second,fourth,sixth and eight members of the array,
And Sum of the first,third,fifth,and seventh. Using pointers to access the members of the array.