Login
Remember
Register
Questions
Ask a Question
Which operator is used to continue the definition of macro in the next line in C-Programming?
Home
>
Technology
>
Which operator is used to continue the definition of macro in the next line in C-Programming?
+1
vote
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
Which operator is used to continue the definition of macro in the next line in C-Programming?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.7m
points)
Backward slash (\) is used.
E.g. #define MESSAGE "Hi, \
Welcome to C"
Related questions
+1
vote
1
answer
Which operator is used to receive the variable number of arguments for a function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
2
answers
Which operator can be used to determine the size of a data type or variable in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is the difference between variable declaration and variable definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Does a built-in header file contains built-in function definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...