12.12.2012 Views

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Wad<strong>in</strong>g In Deeper<br />

This code generates a compiler error because the variable i is visible<br />

only <strong>in</strong>side the for loop code block. In order to get this code to<br />

compile, you would have to declare i outside the for statement:<br />

<strong>in</strong>t i;<br />

for (i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!