Elaborate the operator and its constraints with the help of-02374
This subjective question is related to the book/course vu mth718 Topics in Numerical Methods. It can also be found in vu mth718 Mid Term Solved Past Paper No. 9.
Question 1: Elaborate the '+ ' operator and its constraints with the help of examples
Answer:
The "+" String Operator
The "+" operator can be used to concatenate two strings title = "bhola" + "continental"
The value of the variable title becomes "bholacontinental"