#include<stdio.h>
#include<conio.h>
void main ( )
{
int a[10], num, i=0, result=0, n;
clrscr();
printf("enter the number");
scanf("%d",&n);
num = n;
while (num!=0)
{
result=result*10;
a[i]=num%10;
num=num/10;
result=result+a[i];
i++;
}
if (result == n)
printf("The number is pallandrome");
getch( );
}
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 
Program to find whether the given number is pallandrome or not.

 

 

 

 

 

 

 


 


1 Program to find length of a string using str len() function
2 Program to combine two strings.
3 Program to copy a string from one string variable to another
4 Program to compare two strings.
5 Program to find reverse of a string.
6 Program to convert a string from upper case to lower case.
7 Program to compare two strings without using string functions
8 Program to check whether the string is or plain drome not
9 Program to print the string in an alphabetic order
10 Program to count the number of vowels and digits in a given string.
11 Program to copy one string to another without using library function.
12 Program to accept a string and convert all characters in a string from upper case to lower case without using string function
13 Program to extract a substring from the given string
     
Home       |      About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement