#include <stdio.h> int main() { int a; int b = 5; a = 0 && --b; printf("%d %d", a, b); }
Standard input is empty
0 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!