Q
How to define a string?
Usually we can
#define MAX 30
However if I'd like to define a string const
can I?
#define S "Hello"
seems not working
Thanks
Usually we can
#define MAX 30
However if I'd like to define a string const
can I?
#define S "Hello"
seems not working
Thanks