Skip to content

Instantly share code, notes, and snippets.

@sakibguy
Forked from preslavmihaylov/macros-in-c-2.c
Created March 8, 2021 15:46
Show Gist options
  • Save sakibguy/0f929a5afb67958a2c7b28236e4c6aa7 to your computer and use it in GitHub Desktop.
Save sakibguy/0f929a5afb67958a2c7b28236e4c6aa7 to your computer and use it in GitHub Desktop.
/* Preprocessed code omitted */
int main(int argc, char *argv[])
{
int a = 5;
int b = 10;
int sum = (a + b);
printf("%d\n", sum);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment