Question 6:
(1 mark, file to be edited: Q6.c)
Your program allows users to enter a string "s" with maximum length of 100 characters.
4 of 4
Paper No: 8
Find characters with an even index in the string "s" and convert them to uppercase letters.
Below is an example:Enter s = "hello spring 2024 - fptu"
hello spring 2024 fptu
OUTPUT:
HeL10 SpRiNg 2024 FpTu
Press any key to continue
Zoom
100%
Close