Which of the following options will print file path successfully?
1.System.out.println("C:/Users/Desktop");
2. System.out.println("C:\\Users\\Desktop");
3. System.out.println("C:\Users\Desktop");
A. 1 and 2
B. 2 and 3
C. 1 and 3
D. only 3