1.

Consider the following code:char S1[ ] = “program”char S2[ ] = “PROGRAM” int n;n=strcmpi (S1 , S2)What is the value of n?(a) n=0 (b) n=1 (c) n>1 (d) n<0

Answer»

n = 0 is the value of n.



Discussion

No Comment Found