answersLogoWhite

0

What is console in c?

Updated: 12/14/2022
User Avatar

Wiki User

9y ago

Best Answer

Nothing. (You can use this word as identifier though.)

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

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

What is console application in c sharp?

The console application in C sharp(C#) is a simple application which takes input and returns output on a command line console, with the following data streams: standard input, standard output, and standard error.


Can you console in more than one variable at once in c?

Yes, you can. You can pass an array of data to your console application.


On the Wii Console Virtual Console version of Sonic the Hedgehog 2 what button is supposed to be C on the Wii Remote?

you need the nunchuck!!!!!


What is the function of conioh in C?

Not in C, only in TurboC.Direct console input-output (MS-DOS specific).


What is conio?

It is the Console IO header which is part of the C standard library.


What is cputs function in computer c plus plus?

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.


What is input output console in c language?

There is no 'console' in C-language, but there is a standard input, a standard output and a standard error. They are pre-opened files (file-handles) you can use in your program without knowing what they actually are.


Where is the cheat console for Sims 2 pets?

If Its PC It Is CTRL+SHIFT+C


What is the snowflake symbol on console of 2005 jeep larado?

It turns on of off the A/C


How do you remove the ecm from a Ford Escort?

It is under the front part of the console. Take the console out and it is just directly under the heater and A/C controls on the tunnel housing.


Where do you open the console window for Sims 2?

if by console you meen cheat menu or stuff where you type stuff into it. its Ctrl+Shift+C, to exit it just press esc


Is possible to transfer c sharp console application program to giff file type?

There is no standard file type as GIFF. You probably mean GIF (graphics interchange format). If so, the answer is no;- you cannot convert a C# console application program to an image.