answersLogoWhite

0

What are C operators and how do you explain them?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are C operators and how do you explain them?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain the all operator the c language?

Visit this link http://www.cplusplus.com/doc/tutorial/operators/


What are the mathematical operators of c?

the mathematical operators of c are.....%,*,/,+,-


What are the operators in c tokens?

All arithmetic, logical operators are operators in c tokens. As: +, - , ++, --, %, &&, &, >>, << etc.


Printf and scanf Operators in C and C plus plus?

No, they are functions. Operators are -> or ++or /=


What are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


What is a relational operators in c?

Relational operators are those operators which shows relation between two operands. e.g. ==, <=,>=,<,>


How many types of logical operators in c only?

There are three logical operators in C; AND (&), OR (|), and NOT (^). These are the bitwise versions. The combinatorial versions are &&, , and !.


What are the operators of turbo c?

= == != < > <= >= etc


What are operators in C programming?

Like these: << >> ==


How do you classify C operators?

DFSDGSFDGSD


What are the operators used in C describe with example?

Operators used in c areBinary operatorAirthematic operatorlogical operatorRelational operatorBitwise operatorUnary operatorTernary operator


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations