firesofmay

Untitled

Feb 22nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. void main()
  2. {
  3.     cout("a");
  4.     duh();
  5.     cout("b);
  6. }
  7.  
  8. void duh(void)
  9. {
  10.     char b[5];
  11.     cin>>b;
  12.     cout<<b;
  13. }
  14.  
  15. //test
Advertisement
Add Comment
Please, Sign In to add comment