Difference between #include and #define pre-processor directives

Asked

Viewed 11 times

0

What is the difference between programming the line of code:

#include "filename.h"

or

 #define FILENAME_H

What makes the second line of code concrete?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.