Write a program to compare two strings without using the
strcmp() function
Answer Posted / muku
all are wrong answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are integer variable, floating-point variable and character variable?
What is the meaning of && in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What are the 4 data types?
What are header files and what are its uses in C programming?
Explain the difference between structs and unions in c?
What does the c in ctime mean?
Explain the array representation of a binary tree in C.
how to create duplicate link list using C???
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how do you programme Carrier Sense Multiple Access
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Explain what are preprocessor directives?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?