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
Explain what is page thrashing?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the use of #define preprocessor in c?
How main function is called in c?
What does d mean?
How can I insert or delete a line (or record) in the middle of a file?
What is operator promotion?
How can you increase the size of a statically allocated array?
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?
What are valid signatures for the Main function?
What is main () in c?
Explain how are 16- and 32-bit numbers stored?
How can I determine whether a machines byte order is big-endian or little-endian?
Is array a primitive data type in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)