14.03.2015 Views

Algoritmos e Programação em C/C++ Aula 3 - Unisinos

Algoritmos e Programação em C/C++ Aula 3 - Unisinos

Algoritmos e Programação em C/C++ Aula 3 - Unisinos

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Ex<strong>em</strong>plo 2<br />

#include <br />

void main()<br />

{<br />

}<br />

int a, b, c;<br />

a = b = c = 2;<br />

printf(%d\r\n, a);<br />

printf(%d\r\n, b);<br />

printf(%d\r\n, c);<br />

14

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

Saved successfully!

Ooh no, something went wrong!