answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
More answers
User Avatar

Wiki User

12y ago

cputs is declared in conio.h. It writes a string to the console.

User Avatar

Add your answer:

Earn +20 pts
Q: What is cputs function in computer c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the building function in c plus plus?

There is no such term as "building function" in C++.


How the turbo c plus plus use in the computer?

How the turbo c plus plus use what in the computer.


A c plus plus statement that invokes a function is known as?

...a function call.


When will you make a function inline in c plus plus?

yes,we can make function inline


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


In C plus plus when a function is executing what happens when the end of the function is reached?

Control is returning to the caller of the function.


What is the purpose of C plus plus?

Computer programming.


What do you call an object function in c plus plus?

method


What is a main function in c plus plus?

It is the first function that gets called when the program is executed.


What is the function y equals ax2 plus bx plus c?

It is a quadratic function which represents a parabola.


How do you create folder with c plus plus?

Use function mkdir.