Which function outputs a character to a stream in c?
Answers
Answered by
1
Answer:
Modulation is the process of converting data into radio waves by adding information to an electronic or optical carrier signal. A carrier signal is one with a steady waveform -- constant height, or amplitude, and frequency
Answered by
0
Answer:
These functions are declared in the header file `stdio. h'. The fputc function converts the character c to type unsigned char , and writes it to the stream stream .
Similar questions