Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

The \t and \n are examples of one of Python's escape characters.

A. True
B. False


Sagot :

Answer:

A. true

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