379,365 views
34 votes
34 votes
The \t and \\ are examples of one of Python's escape characters.

A. True
B. False

User Roshini
by
2.8k points

1 Answer

20 votes
20 votes

Answer:

A. true

Step-by-step explanation:

Step 1: int fun(int); This is prototype of function fun().It tells the compiler that the function fun() accept one integer parameter and returns an integer value.. Step 2: int i=3; The variable i

User Piotrbienias
by
2.9k points