Daniel Hume
0
Q:

how to print something out to the console c

printf("string");
0
#include <stdio.h>

void main(void) {
	printf("Hello, World!");
}
0

New to Communities?

Join the community