For the following questions check Squareroot the correct ans
For the following questions, check (Squareroot) the correct answer: The strcmp(str1, str2) function returns a positive integer if The value of the expression -6 - 1 * 3 is
Solution
mcq 1:Ans:str1 is greater than str2
strcmp returns positive if str1 is greater than str2
strcmp returns negative if str1 is less than str2.
strcmp returns zero if str1 is equal to str2
======================================
Mcq 2:Ans:none of these
-6-1*3
=-6-3
=-9
which is not given in options
==========================================
mcq 3:
Please provide myArray[]
