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


Please Help Members By Posting Answers For Below Questions

What is scope and lifetime of a variable in c?

570


What is putchar() function?

633


What is the difference between a free-standing and a hosted environment?

637


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

732


What is a const pointer?

630






What is the difference between functions abs() and fabs()?

643


What is the best way to store flag values in a program?

577


Write a program to print factorial of given number using recursion?

599


How does struct work in c?

604


What are the two forms of #include directive?

640


Who developed c language and when?

574


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

640


What is #ifdef ? What is its application?

642


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1491


Explain how can I convert a number to a string?

640