Q. Which of the following statement prints hello\example\test.txt?

  • (A) print(“hello\\example\\test.txt”)
  • (B) print(“hello\\example\\test.txt”)
  • (C) print(“hello\\”example\\”test.txt”)
  • (D) print(“hello”\\example”\\test.txt”)
πŸ’¬ Discuss
βœ… Correct Answer: (B) print(“hello\\example\\test.txt”)
Explanation: \is used to indicate that the next

Explanation by: Mr. Dubey
\is used to indicate that the next

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
124
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate