COP > Program Structure > Flashcards
include
Match the parts of the program with its definition.
int main() { /* my first program in C */ printf("Hello, World! \n");
return 0;}