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 are reserved words with a programming language?

605


What is pointer in c?

743


What are pragmas and what are they good for?

578


What is quick sort in c?

586


What is the use of pointers in C?

623






how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

653


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

921


Mention four important string handling functions in c languages .

633


Do character constants represent numerical values?

845


What will be the outcome of the following conditional statement if the value of variable s is 10?

768


how could explain about job profile

1456


where are auto variables stored? What are the characteristics of an auto variable?

596


What is scope rule in c?

608


What is file in c preprocessor?

655


What is the difference between c and python?

587