12345678
#include <stdio.h> int myInt ; int myInt; //is it a redefinition error,help..... int main(int argc, char *argv[]) { printf("Hello C-Free!\n"); return 0; }
Hello C-Free!