Group A Assign 4 String
Group A Assign 4 String
Title:
Marks: Sign:
Group A
Assignment No. A2
Objectives:
Problem Statement:
Input:
Output:
Theory
STRINGS
A string is an array of characters ended with NULL character (‘\0’). This null character
indicates the end of the string. Strings are always enclosed by double quotes; whereas,
character is enclosed by single quotes in C. Each character is stored in 1 byte as its ASCII
code.
Conclusion:
Thus the string have been implemented (without using standard library routines).
FAQs:-