I also have some easy C question, please help me out.
#1: Will the following print to file or stdout?
fprintf(stdout, "vertices=%d", graph(graph));
#2: Are these two the same?
int main (int argc, char **argv)
int main (int argc, char argv[])
#3: The following is a pointer to void, but what does it mean?
void *data