What is the output of the following C code?
int main()
{
  int i;
  for(i=0; i<5; i++);
  {
    printf("Sookshmas");
  }
  return 0;
}


Posted on by