Which of the following is the escape character?

a. *
b. \
c. \n
d. "

b. \

Computer Science & Information Technology

You might also like to view...

Press ________ while dragging an object to constrain the object movement in a vertical or horizontal line

A) F3 B) Alt C) Ctrl D) Shift

Computer Science & Information Technology

What is the correct way to call the following function? Assume that you have two variables

variables named intArgument (int) and floatArgument(float). void doThings(float x, int y);

Computer Science & Information Technology