Skip to content

Opening book details…

About this document

User-Defined Data Types in C by Mankatha Vel is a document available to read on EtoBox.

The document discusses user-defined data types in C, including ordinal data types like char, enumerated data types which allow numbers to be replaced by words to improve readability, and the typedef statement which allows creating aliases for existing data types or defining new types like arrays of characters (strings). Special functions like strcpy(), strcmp(), and strlen() must be used to correctly process null-terminated strings. Arrays of strings are also supported, with each string accessed via the arr

Author
Mankatha Vel
Language
EN