Advertisement
mario_mos

t

Jul 21st, 2023
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <limits.h>
  3.  
  4. int main()
  5. {
  6. int a = 3;
  7. int b = 1;
  8. if(a=b){
  9. printf("true\n a = %d\n ",a);
  10. }
  11. else{
  12. return 0;
  13. }
  14.  
  15.  
  16.  
  17.  
  18. return 0;
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement