explain about strings in c language
Answers
Answered by
1
In C programming, a string is a sequence of characters terminated with a null character \0 . For example: char c[] = "c string"; When the compiler encounters a sequence of characters enclosed in the double quotation marks, it appends a null character \0 at the end by default.
Answered by
0
In C programming, a string is a sequence of characters terminated with a null character \0. For example:
char c[] = "c string";
When the compiler encounters a sequence of characters enclosed in the double quotation marks, it appends a null character \0 at the end by default.
HOPE THIS WILL HELP YOU PLEASE MARK THIS ANSWER AS BRAINLIST AND FOLLOW ME ✌️
ALL THE BEST FOR YOUR EXAMS TAKE CARE (◍•ᴗ•◍)✧*。
Similar questions