- NEW!
Help answer this question below.
The ____ of documentation is typically written first?
Input, output, internal program or external program
by jaleesakababygurl on December 6th, 2010
| 1 person likes this
In a visual C++ WinForm application, how do I pass a variable from an event to another event?
by WickeTD on February 24th, 2011
| 1 person likes this
Can Anybody Help Me With My Program In C++?
by princeoftroy on March 27th, 2011
| 1 person likes this
c++ directx picking is not working
by fbixzramiz on November 22nd, 2010
| 1 person likes this
In C++ is it possible to code a hacking program that automatically hacks?
by Jordan_P on February 26th, 2011
| 1 person likes this
You're reading What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
Comments
Depends on your compiler if x is initialized at all.
by John Pacella on May 21st, 2008