Name: Anonymous 2012-02-08 20:22
Come on, do it.
#include <stdio.h>
int main(int argc, char *argv[]) {
int c;
int cpp;
c = 0;
cpp = c++;
printf("And a winnar is... %s!\n", c > cpp ? "C" : "C++");
}