What will be the output?
#include stdio.h
int main()
{
printf("C Programming %s", "Function by\n%s Vidyapatil", "WWW");
}


Posted on by