What is the output of this program?
#include stdio.h 
int main()
{
for(6;4;4)
printf("shravani");
return0;
}

Posted on by