Answer

The linker will complain that the function ``main'' is undefined when it tries to put together an executable. Again, the problem is that the entire program isn't in one file.

Return to lesson.