Which control sequence is used to skip over to the next horizontal tab stop?

a. \n
b. end1
c. \t
d. \b
e. \'

c. \t

Computer Science & Information Technology

You might also like to view...

private fields of a superclass can be accessed in a subclass

a. by calling private methods declared in the superclass. b. by calling public or protected methods declared in the superclass. c. directly. d. All of the above.

Computer Science & Information Technology

The wildcard character that represents one character in query criteria is the ____.

A. asterisk (*) B. exclamation point (!) C. tilde (˜) D. question mark (?)

Computer Science & Information Technology