theme

" जीतने वाले छोड़ते नहीं और छोड़ने वाले जीतते नही "

Friday, August 10, 2012

palindrome program in c/c++

#include
#include
#include
void main()
{
char st[10];
int l=0,i,j,flag=0;
clrscr();
cout<<"enter the number";
cin>>st;
l=strlen(st);
for(i=0,j=l-1;i<=(l+1)/2;i++,j--)
{
if(st[i]==st[j])
flag=1;
}
if(flag==1)
cout<<"palindram";
else
cout<<"not palindram";


getch();
}

Jawahar Lal Nehru and Jana Gana Mana VS VandeMataram

Tuesday, August 7, 2012

बहुत खुबसूरत है ये दुआ हमारी,
फूलो की तरह महके ये जिन्दगी तुम्हारी,
मुझे और क्या चाहिए ज़िन्दगी में .........
बस कभी ख़त्म ना हो, ये दोस्ती तुम्हारी !