What will be the output of the following code ?
#include<stdio.h>

int main ()
{
   printf("string 01 ");
   printf("string 02 ");
   printf("string 03 ");

   printf("string 01 \n");
   printf("string 02 \n");
   return 0;
}

Posted on by