Quiz on String Manipulation in Computer Programming



1. What is a string in programming?
2. Which of the following is a common operation performed on strings?
3. In Python, how do you create a string?
4. Which method is used to find the length of a string in Python?
5. What will be the output of the expression 'Hello' + 'World' in Python?

Advertisements