#include <stdio.h>#define FIVE_TIMES(x) 5 * x int main() { printf("%d\n", FIVE_TIMES(2 + 3)); // => 13}
Standard input is empty
13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!