answersLogoWhite

0

Input and output of turbo c?

Updated: 10/17/2022
User Avatar

Wiki User

10y ago

Best Answer

input

scanf() , getch() , getche()

output

printf() , putch() , putchar()

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Input and output of turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


Input output function in c plus plus?

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


What do you mean by input output in c?

computer


Which device is output and input?

C. Microphone


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 meaning of FILE in stdio file in C?

its an standard input and output


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

c.


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.