Advertisement
Dprogrammed1

C ques 58

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