Predict the output for the following program.
#include stdio.h
int main()
{
printf("%d",printf("STAR WARS"));
return 0;
}

Posted on by