+91-85006-22255
What will be the output of the following program?
public class DemoOnLiteral { public static void main(String args[]) { char ch = '\\'; System.out.print(ch + "Hello India" + ch); }}
Topic: Character Literals In Java
Read this topic Take test on this topic
Open In App