write a progam to compare the string using switch case?
switch(strcmp(str1,str2))
{
case 0: printf("\nBoth are equal"); break;
default:
printf("\nBoth are not equal");
break;
}
| Is This Answer Correct ? | 4 Yes | 2 No |
Here is a good puzzle: how do you write a program which produces its own source code as output?
why division operator not work in case of float constant?
Explain how are 16- and 32-bit numbers stored?
how to add numbers without using arithmetic operators.
why i join syntel?
23 Answers ABC, Syntel, TCS,
how write a addtion of two single dimensional array using of pointer in c language?
how to find anagram without using string functions using only loops in c programming
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
how will you write a program on linked lists using JAVA programming???????????
If the size of int data type is two bytes, what is the range of signed int data type?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
What is difference between stdio h and conio h?