Open In App

Python-Quizzes | Python String Quiz | Question 13

Like Article
Like
Save
Share
Report

Question 13: What is the output of the following program?




print ('C:\\inside C directory')


(A) C:\inside C directory
(B) C:\\inside C directory
(C) inside C directory
(D) Error


Answer: (A)

Explanation: It will print the message while considering backslash as a special character.

Quiz of this Question
Please comment below if you find anything wrong in the above post


Last Updated : 18 Sep, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads