0
Whats the difference between strcmp and strcmpi in turbo C++ ?
Anyone preparing for their final CBSE board exam would be knowing that CBSE accepts only one of them for comparison . so, I want to know, For comparison ex. if(strcmp("word","word)==0) should we use strcmp or strcmpi ?
1 Antwort
0
Both functions are used to compare strings...
the difference is
strcmpi- compares the string without case sensitivity