Skip to content

Opening book details…

About this document

C Character Array and String Basics by Alico, Christian Barry R. is a document available to read on EtoBox.

This document discusses character arrays in C language. A character array, also called a string, is a sequence of characters terminated by a null character. It can be initialized by assigning a whole string, individual characters, or using an input command. A character array can be output as a whole string or by individual characters, with the null character used to terminate a loop. Character arrays can be passed to functions without needing to specify the size since the null character indicates the end.

Author
Alico, Christian Barry R.
Language
EN