Latest TCS Aptitude Question SOLUTION: What will be the output? public class Main { public static int main(String args[]) { int x = 10; int y = 10; if (x^y) System.out.println(" x is equal to y "); return 0; } }