What will be the output ?
#include stdio.h
int main()
{
int y = 10000;
int y = 34;
printf("Sookshmas%d\n", y);
return 0;
}


Posted on by