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 |
What are logical errors and how does it differ from syntax errors?
Do you know the use of fflush() function?
How can I find the modification date and time of a file?
Can stdout be forced to print somewhere other than the screen?
What is a memory leak in structures? How can we rectify that?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
what is the code for getting the output as * ** ***
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is the general form of a C program?
What is the difference between #include <header file> and #include “header file”?
what is the difference between. system call and library function?
differnce between do and do while