What is the output of the below program.
#include<stdio.h>
int main()
{
printf("%s\n", "Sookshmas");
printf("%18s","Sookshmas");
return(0);
}


Posted on by