ReePrime
Strings in C

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Strings in C

S
SoftPrayog

5 Views • Dec 07, 2024

Description

Strings, in C, are sequences of characters terminated by the null character. A string can either be variable or constant. A variable string can be modified in the program whereas a constant string, or string literal, cannot be changed. https://www.softprayog.in/programming/strings-in-c