Advertisement
Pooky

Untitled

Nov 8th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main ()
  4. {
  5.     char line[2];
  6.     line[0] = a;
  7.     line[1] = b;
  8.    
  9.     char fullLine[5]
  10.     // how join this two char? into one array?
  11.    
  12.  
  13.     return 0;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement