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!
void main()
{
char n[100],n1[100];
int i,j;
clrscr();
printf("ENTER THE FIRST STRING: ");
scanf("%s",n);
printf("ENTER THE SECOND STRING: ");
scanf("%s",n1);
for(i=0,j=0;n[i]!='\0';i++)
if(n[i]!=n1[i])
j=1;
}
if(j==0)
printf("THE TWO STRING ARE EQUAL");
else
printf("THE TWO STRING ARE NOT EQUAL");
getch();
OUTPUT :
ENTER THE 1 STRING: KAMLESH
ENTER THE 2 STRING: KAMLESH
THE TWO STRING ARE EQUAL
Define External Storage Class - computer programming? When a variable is declared outside a function the storage is permanently assigned to it and its storage class is 'extern'
Smugglers are becoming very smart day by day. Now they have developed a new technique of sending their messages from one smuggler to another. In their new technology, they are send
I need the code for this plss....
given integer ''n'' and permutation of numbers 1,2,..n-1, c program to print permutation that lexicograghically precedes given input permutation if permutation is least print input
Increment and Decrement Operators. The operator for increment is '++' and decrement is '-'. These operators enhances or decrease the value of a variable on which they are ope
Can you overload a function depend only on whether a parameter is a value or a reference? A: No. Passing by value and reference looks identical to the caller.
flowcharting of 3 quizes display the average
Blanche has a fashion design company called BLB_Best_Clothing Pty. That she has just opened recently
A string S is said to be "Super ASCII", if it contains the character frequency equal to their ascii values. String will contain only lower case alphabets (''a''-''z'') and the asci
why c is middle level language?
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