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
If the size of int data type is two bytes, what is the range of signed int data type?
What is the use of bit field?
What is far pointer in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
number of times a digit is present in a number
What is the description for syntax errors?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
In a byte, what is the maximum decimal number that you can accommodate?
How does pointer work in c?
List some applications of c programming language?
What are the different types of control structures?
What is typeof in c?
How can I find out the size of a file, prior to reading it in?
What is array within structure?
Why void is used in c?