This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1A sequence of alphabet, digits and symbols enclosed within double quotation mark is called a ___________.
Option B
In C, a String is a sequence of characters, which can include letters, digits, and symbols, enclosed within double quotation marks " ". For example, "Suraku Academy!" is a string.
Q: 2The string is always terminated with __________ character.
Option B
In C, strings are sequences of characters stored in memory. To indicate the end of a string, C automatically adds a special character called the null character, written as