Skip to main content
Commonmark migration
Source Link

#C preprocessor macro, 34

C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

added 21 characters in body
Source Link
Digital Trauma
  • 73.7k
  • 10
  • 116
  • 268

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

Formatting fix
Source Link
Toby Speight
  • 7k
  • 1
  • 30
  • 43

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight

    #define f(a,b)a?"AB":b?"ACD":"ACE"

    1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight

    #define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

#C preprocessor macro, 34

  • 1 byte saved thanks to @TobySpeight
#define f(a,b)a?"AB":b?"ACD":"ACE"

Try it online.

added 340 characters in body
Source Link
Digital Trauma
  • 73.7k
  • 10
  • 116
  • 268
Loading
Source Link
Digital Trauma
  • 73.7k
  • 10
  • 116
  • 268
Loading