Which operator is used to continue the definition of macro in the next line in C-Programming?
Backward slash (\) is used. E.g. #define MESSAGE "Hi, \ Welcome to C"