Pergunta de entrevista da empresa Goodreads

what is the difference between #define and const When to use a macro and when a const ? Which one is more effective ? for eg, #define MY_CONST = 10 const int MY_CONST = 10