Write a program to compare two strings without using the
strcmp() function
Answer Posted / kedir
=> ALL ARE CORRECT ANSWER
| Is This Answer Correct ? | 26 Yes | 49 No |
Post New Answer View All Answers
How do I get an accurate error status return from system on ms-dos?
Explain the difference between call by value and call by reference in c language?
application attempts to perform an operation?
Why does this code crash?
What is c language used for?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is #define in c?
What are control structures? What are the different types?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the advantage of c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
How can I call fortran?
When should you use a type cast?
int i=10; printf("%d %d %d", i, i=20, i);
Explain two-dimensional array.