#include stdio.h int main() { printf("Hello World"); return 0; } According to the C90 and C99 standard main should return int. #include <stdio.h> stdio.h : "standard library C". This is written by the technical committee main.c -> main.i ...
chungdungco.blog1 min readNo responses yet.