Advertisement
cyter

bbuffer

Apr 30th, 2016
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include <string.h>
  2. int main(int argc, char *argv[]){
  3.     char A[8];
  4.     unsigned short B =1979;
  5.     strcpy(A,"excessive");
  6.     return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement