is assignment operator is arithmatic or not
Answer Posted / srsabariselvan
you named as "assignment operator"
then how it'll be arithmetic operator.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Are enumerations really portable?
What is structure and union in c?
Is main is a keyword in c?
code for find determinent of amatrix
What is difference between union All statement and Union?
What is the use of gets and puts?
Why c is known as a mother language?
Do you know the purpose of 'register' keyword?
Why main is used in c?
What are the various types of control structures in programming?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Can you please explain the difference between exit() and _exit() function?
Are there any problems with performing mathematical operations on different variable types?