Sunday, July 12, 2009

Are the operators in C function?

whether the operators in C are function

Are the operators in C function?
if I understand your question, you are asking if the operators (and, or, not, +, -, etc) are a built in function like say printf or scanf. If that is what you are asking then, no, they arent. When you compile your code, the compiler converts them directly to an opcode in machine language, where printf, scanf, are library functions.
Reply:arithmetic operators


logical operators


relational operators


conditional operators


increment and decremenr operators


bitwise operators


special operators


No comments:

Post a Comment