+ 1
Which datatype should I use to assign value like +, -, * or /
The +, - etc. are not operators but characters.
2 Answers
+ 2
a = "apple" << "=" here is initializing a value.
b = a <<" =" here this is assigning the value of one variable to another.
+ 1
You just answer your question... Use any 'character' like data type available in your choosen language.
And remember that even so a few symbols will need attention to be stored.