Write a C program to round off an integer i to the next largest multiple of another integer j. For example, 256 days when rounded off to the next largest multiple divisible by number of day in a week which results into 259.
Write a C program "CASE" which reads an upper case character from the keyboard and prints it out in lower case