Coma is used as_____?
a) A separator in C
b) an operator in C
c) terminator in C
d) a delimiter in C.
Answers
Answered by
1
b) an operator in C
....... hope it helps
....... hope it helps
amrjeet93:
hi
Answered by
0
The answer to this question is option b. It is because coma is used as an operator in C language.
In both C++ and C programming languages, this comma operator is the binary operator.
The main function of this operator is to evaluate its foremost operand as well as discards the result. After that, it evaluates the 2nd operand as well as returns this value.
Similar questions