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
How can type-insensitive macros be created?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are the different types of constants?
what do u mean by Direct access files? then can u explain about Direct Access Files?
How old is c programming language?
Explain union. What are its advantages?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What are the uses of null pointers?
What is the purpose of clrscr () printf () and getch ()?
Is there a built-in function in C that can be used for sorting data?
What is the general form of a C program?
Which header file is used for clrscr?
What are structure members?
What does 2n 4c mean?