Nothing.
The C language only recognizes a few keyWords, like "for" and "if". Most of what's in a C program ... that doesn't reference routines in the C program itself ... are library calls, and cputs() is one of those. What it does is write its argument (which should be a pointer to a character string) to the console... console put string.
Copyright © 2026 eLLeNow.com All Rights Reserved.