What will be the output of the following program.?
#includestudio.h
int main()
{
int _ = 10;
int __ = 20;
int ___ = _ + __;
printf("__%d",___);
return 0;
}


Posted on by