Multiple choice Which of the following statement(s) is/are true about the strings in C language? substr function is used to find the specified string. In the syntax substr(string1, string2, 7, 5), the source string is string1. In the syntax substr(string1, string2, 7, 5), the source string is string2. Both (1) and (2). Both (1) and (3). Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, both the statements are true.