09.10.2014 Views

PDF Version - Tutorials Point

PDF Version - Tutorials Point

PDF Version - Tutorials Point

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

{<br />

while(count--)<br />

{<br />

func();<br />

}<br />

return 0;<br />

}<br />

// Function definition<br />

void func( void )<br />

{<br />

static int i = 5; // local static variable<br />

i++;<br />

std::cout

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

Saved successfully!

Ooh no, something went wrong!