#include stdio.hint main() {int h[3]={ [1]=20,[0]=8,[2]=2};printf("%d",h[0]);return 0;}
a= { 'cat':123,'bat':456,'manjula': 789}for k in a keys()Print (k)What will be the output of this python codeclass NewClass {int m,i;public static void main(String[] me){int t=60,o=70,b;b=t+o;System.out.println(b);}}