is assignment operator is arithmatic or not
Answer Posted / divya
assignment operators are differ from arithmatic operator
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the scope of static variables?
Which is better malloc or calloc?
what will be the output for the following main() { printf("hi" "hello"); }
What is dynamic memory allocation?
Why doesnt long int work?
How can you restore a redirected standard stream?
What is external variable in c?
Why c is called top down?
How many loops are there in c?
Tell us the use of fflush() function in c language?
What is the meaning of ?
Do you know the purpose of 'register' keyword?
Explain what are its uses in c programming?
Can we add pointers together?
When would you use a pointer to a function?