Advertisement
miszczo

Untitled

Feb 5th, 2021
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. int bar = 0;
  2.  
  3. int foo(){
  4.     bar++;
  5.     return 1;
  6. }
  7.  
  8. int main(){
  9.     if((1==0)&&foo()){
  10.         //...
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement