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
What is return type in c?
Explain the difference between null pointer and void pointer.
I heard that you have to include stdio.h before calling printf. Why?
Explain setjmp()?
Explain what does a function declared as pascal do differently?
The file stdio.h, what does it contain?
Why c is called a middle level language?
What's a good way to check for "close enough" floating-point equality?
Which built-in library function can be used to match a patter from the string?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain the concept and use of type void.
What is difference between arrays and pointers?
Explain how can you avoid including a header more than once?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is struct node in c?