answersLogoWhite

0

input

scanf() , getch() , getche()

output

printf() , putch() , putchar()

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the header for basic input or output in C Plus Plus?

For basic input and output in C++: #include


Which device is output and input?

C. Microphone


What do you mean by input output in c?

computer


Input output function in c plus plus?

input is the << operator and output is the >> operator


What has the author Paula C Young written?

Paula C. Young has written: 'Summary input-output tables of the U.S. economy' -- subject(s): Economic conditions, Input-output analysis, Input-output tables 'Summary input-output tables of the U.S. economy, 1976, 1978, and 1979' -- subject(s): Economic conditions, Input-output analysis, Mathematical models


What is the various formatting input and output statements?

In C, there are no input and output statements (formatting or otherwise); I/O is performed via functions.


What is printing out and inputting variable in C programming?

input and output


How do you get the output of a three input truth table A B C?

by analyzing your three input logic network


What is the block diagram of fossil fuels input to electricity output?

c.


What is the meaning of FILE in stdio file in C?

its an standard input and output


Which 3 input circuit gives high input when given even number of low or high inputs?

Output = NOT { [ not-A and not-B and not-C ] or [ A and B and C ] } My Boolean is rusty, but I suspect that this may be equivalent to Output = (A) x-or (B) x-or (C)


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.