Guest User

Untitled

a guest
Jun 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. void main(){
  3. printf ("%c", '&'&'&');
  4. }
  5.  
  6. #include <stdio.h>
  7. #include <string.h>
  8. void main(){
  9. printf("%c",strcmp("***","**")*'*');
  10. }
Add Comment
Please, Sign In to add comment