What is cputs function in computer c plus plus?

1 answer

Answer

1105077

2026-04-21 00:01

+ Follow

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.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.