#includeiostreamusing namespace std;int main(){int x = 1 , y = 1, z = 1;cout (++x || ++y && ++z ) endl;cout x " " y " " z ;return 0;}
Que - Which states are the beneficiaries of Sardar Sarovar Project ?What will be the output of the following Java code?class String_demo{public static void main(String args[]){char chars[] = {'a', 'b', 'c'};String s = new String(chars);System.out.println(s);}}