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 |
How can I do peek and poke in c?
How we can set and clear bit in a byte using macro function?
what is the code for getting the output as * ** ***
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
what are the different storage classes in c?
Output for following program using for loop only * * * * * * * * * * * * * * *
difference between i++* and *++i
Why is sprintf unsafe?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Does c have class?
will u please send me the placement papers to my mail???????????????????
Why is c not oop?