void main()
{int x=1;
start:if(x=1)
{printf("Hello");
x++;
goto start;
}
else
printf("World");
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Small Technical puzzles……?Threaded View
|
Click Here to Expand Forum to Full Width |