Question: c programming Question 1 Write a C program to initialise the characters (', 'a', 'd', 'a', 7. 10') to a character array Print out true
Question 1 Write a C program to initialise the characters (', 'a', 'd', 'a', 7. 10') to a character array Print out "true" if the string is a palindrome. Repeat for the string below: >> radar true >> anna true >> madam true >> mummy false Question 2 Write a C function named reverse () that reverses the words in a sentence. Hint: See strtok() in String.h Enter a sentence: you can cage a swallow can't you Reversal of sentence: you can't swallow a cage can you Question 3 Write a C program to store the results for the Tic-Tac-Toe game below using a two-dimensional character array. Print the value of each array element in the following format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
