Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: #include<stdio.h> #define prog main int prog(int argc,char *argv[]) { if (printf("Hello world\n") && scanf("%d",&argc)){} if((argc&1==1?printf("number is odd"):printf("number is even"))){} } |