What is the output of the following code?
int main()
int a ={10,11,12};
if (a==10)
  printf("Sookshmas");
else if(a==11)
  printf("Beyond");
else
  printf("Knowing");
}


Posted on by