Blogmepost
Latest Questions
Contact Us
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
20
views
Which operator is used to continue the definition of macro in the next line in C-Programming?
#c-programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
Add Answer
1
Answer
0
votes
Backward slash (\) is used.
E.g. #define MESSAGE "Hi, \
Welcome to C"
answered
Nov 9, 2020
by
JackTerrance
(
189k
points)
Related questions
+1
vote
1
answer
36
views
36
views
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
(
189k
points)
#c-programming
+1
vote
2
answers
33
views
33
views
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
(
189k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
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
(
189k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
Which key word is used to perform unconditional branching in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
40
views
40
views
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
21
views
21
views
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
29
views
29
views
Name the predefined macro which be used to determine whether your compiler is ANSI standard or not?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
21
views
21
views
What is the difference between variable declaration and variable definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
14
views
14
views
What it the return value of a relational operator if it returns any in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
26
views
26
views
Explain the use of comma operator (,) in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
What are the different ways of passing parameters to the functions in C Programming? Which to use when?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
10
views
10
views
When to user -> (arrow) operator in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
32
views
32
views
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Does a built-in header file contains built-in function definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
25
views
25
views
Which function can be used to release the dynamic allocated memory in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
10
views
10
views
What are command line arguments in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
Is it possible to use curly brackets ({}) to enclose a single line code in C program?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
11
views
11
views
How does bitwise operator XOR works in C programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
What is the built-in function to append one string to another in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
22
views
22
views
What is a pointer to a function? Give the general syntax for the same in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
42
views
42
views
What is the process to generate random numbers in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
6
views
6
views
What is the purpose of #undef preprocessor in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
What is the default value of local and global variables in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
13
views
13
views
What is the purpose of built-in stricmp() function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
What is the advantage of declaring void pointers in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
...