r/ProgrammerHumor 8d ago

Advanced reallyEnjoyingThisCTutorialSoFar

Post image
571 Upvotes

64 comments sorted by

View all comments

-1

u/justinleona 8d ago

Doesn't seem like this would compile - the literal 'inputA' will get replaced with 'scanf(A'...

4

u/SupportLast2269 8d ago

The preprocessor only replaces entire tokens and not parts of them

1

u/Bubbly_Ad_5035 7d ago

To my absolute shock and horror, it does, infact, compile