is assignment operator is arithmatic or not
Answers were Sorted based on User's Feedback
Answer / sweta purwar
not because airthmatic operators only
addition,multiplication,substraction,division
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / srsabariselvan
you named as "assignment operator"
then how it'll be arithmetic operator.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / divya
assignment operators are differ from arithmatic operator
| Is This Answer Correct ? | 3 Yes | 1 No |
Is javascript written in c?
What does *p++ do?
program for comparing 2 strings without strcmp()
Explain how do you determine the length of a string value that was stored in a variable?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the difference between exit() and _exit() function?
What is structure in c language?
What is meant by recursion?
Why do we use int main?
how to set Nth bit of a variable?
why ordinary variable store the later value not the initial
What is the difference between typedef struct and struct?