how to compare two strings without using strcmp() function??
Answer Posted / dfg
using operator overloading.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a program to print largest number of each row of a 2D array
List a few unconditional control statement in c.
What is strcpy() function?
What is the heap?
What does it mean when a pointer is used in an if statement?
What are nested functions in c?
When should I declare a function?
What is the use of volatile?
What is a void pointer? When is a void pointer used?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are valid operations on pointers?
What are qualifiers and modifiers c?
What are the 5 types of organizational structures?
Does sprintf put null character?
What is 02d in c?