The expression while(anystring[i] != ‘\0') can be replaced by ____.

A. while(anystring[i] != 0)
B. while(anystring[])
C. while(anystring[] != ‘\0')
D. while(anystring[i])

Answer: D

Computer Science & Information Technology

You might also like to view...

Addresses can not be incremented or decremented with the prefix and postfix increment and decrement operators.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ is based on assigning IP addresses on criteria other than octet boundaries.

A. ARIN B. IANNA C. CIDR D. VLSR

Computer Science & Information Technology