Advertisement
amilcarodrigues

Estrutura de um programa em C

Sep 18th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. /* Estrutura de um programa em linguagem C */
  2.  
  3. #include<stdio.h>
  4. int main ()
  5. {       // inicio da função principal
  6.     .
  7.     .
  8.     .
  9. }       // final da função principal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement