Question: LANGUAGE : C 3 points (a) Explain the strcmp() function that is used for processing strings in the C language. Your answer (b) What will
LANGUAGE : C
3 points (a) Explain the strcmp() function that is used for processing strings in the C language. Your answer (b) What will be displayed when the below C code segment is executed? 2 points void main(void) { char word1 []="Joe Biden"; char word2 [ ] ="Donald Trump"; if (strcmp (vari, var2) ==0) printf("Print number one "); else printf ("Print number two "); } Your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
