Solved

The Code int X = 0; While (S[x] != 0){

Question 24

Multiple Choice

The code int x = 0; while (s[x] != 0) { x++;}


A) sets the variable x to point to the last character in the C- string s.
B) sets the value of the variable x to 0.
C) computes the length of the C- string s into the variable x.
D) sets the variable x to the ASCII code of the last character in the C- string s.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions