0

I have the following statement in a piece of code:

#define STRINGIFY(s) #s

What does this do to s, if s is an integer such as 96? Is this a conversion to a string literal, such as "96"?

Cheetaiean
  • 901
  • 1
  • 12
  • 26

0 Answers0