Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h> int main() { int a=5,b= 5, c=0,d; d= a && b || ++c; printf("%d%d%d%d", a,b,c,d); return 0; }
#include<stdio.h>int main(){printf("%x", -1<<1);getchar();return 0;}