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 |
Why array is used in c?
What is the size of array float a(10)?
What is the scope of static variables?
What is variable in c example?
Explain the use of keyword 'register' with respect to variables.
if p is a string contained in a string?
Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1
A C E G H +B D F A I ------------ E F G H D
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
what type of language is C?
Why cant I open a file by its explicit path?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none