ASSIGNMENT OPERATOR Anassignmentoperator,in the context of The C programming language, is abasiccomponentdenotedas "=". Int X = 25; X= 50;