Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
C Program for Palindrome
void main()
{
char ch[30];
char ch1[30];
int i,j,l;
clrscr();
printf("ENTER THE STRING: ");
gets(ch);
l=strlen(ch);
j=0;
for(i=l-1;i>=0;i--,j++)
ch1[j]=ch[i];
ch1[j]='\0';
if(strcmp(ch,ch1)==0)
printf("IT IS A PALINDROME");
else
printf("IT IS NOT A PALINDROME");
getch();
}
OUTPUT :
ENTER THE STRING: MALAYALAM
IT IS A PALINDROME
Problems With Multiple Inheritance The following example presents a problem with multiple inheritance. class Aclass { public : void put()
Define some features of external storage class in c program? The features of an external storage class variable are as follows: Storage - memory Default initial value -
Should I call a destructor explicitly on a local variable?
Consider the following example: int max(int x, int y) { return ( x > y) ? x : y ; } float max
A: They present a degree of freedom in the interface design options. Member functions & friend functions are equally privileged (100% vested). The major difference is that a fri
C Program for FUNCTION OF FIND THE FACTORIAL float factorial(float); void main() { float i=0,c=0; clrscr(); printf("ENTER THE DIGI
payment system, in c++ only..just use the printf or scanf.please
pebble merchant problem
C Program for FUNCTION OF DIVIDER int gcd(int , int); void main() { int m=0,n=0,k=0; clrscr(); printf("ENTER THE FIRST DIGIT: ");
Described the "Named Constructor Idiom"?
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd