(i) A Palindrome is a string that reads the same forward and backward. Write an algorithm for determining whether a string of n characters is palindrome.
Solution:-
C program to check whether it is a palindrome and also find the length of string
1. #include <stdio.h>
2. #include <string.h>
3.
4. void main()
5....
Saturday, 28 February 2015
Question 1: Create a web site for a School consisting of the following pages:a) The Home page should consists of four areas containing the following information:
Header area containing the logo, name of the school and a photograph of the school. Make sure that you use a good picture format.
Left area containing the links to other pages – these links...