Advertisement
Dprogrammed1

C ques 56

Apr 5th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. void main(){
  3.     int a=10;
  4.     if(printf("%d",a>=10)-10)
  5.          for(;;)
  6.              break;
  7.     else;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement