#include <stdio.h> void function(); int main(int argc, char* argv[]) { int a = 5; function(); printf("Hello world!\n"); return 0; }
Learn hexadecimal, decimal and binary system conversions in under 30 minutes with this course!