Strings – Yes / No Questions 1. Will the program compile successfully? A. Yes B. No 2. For the following statements will arr[3] and…
Strings – Point Out Correct Statements 1. Which of the following statements are correct about the program below? A. The code converts a string…
Strings – Find Output of Program 1. What will be the output of the program? A. Hello B. World C. Hello World D. WorldHello…
Strings – General Questions 1. Which of the following function sets first n characters of a string to a given character? A.…