Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 6 (Q.No. 27)
27.
The function stricmp("Jose", "JOSE") will return _____
- 1
0
1
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
stricmp() is one of the inbuilt string functions in c programming which is used to compare two strings without any discrimination between uppercase and lowercase letters if the strings are same, it returns 0. Otherwise, it returns a nonzero value.

Post your comments here:

Your comments will be displayed after verification.