adspace


Explain what is a stream?

Answer Posted / Sandeep Kumar Singh

In C, a stream refers to an abstract sequence of bytes used for input or output operations. Standard streams in C include stdin (standard input), stdout (standard output), and stderr (standard error). Streams can be associated with files using functions like fopen().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2836


write a c program to find the sum of five entered numbers using an array named number

2265


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1187


What is pointers in c with example?

1173


write a progrmm in c language take user interface generate table using for loop?

2129


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2269


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2743


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1306


i have a written test for microland please give me test pattern

2816


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1625


What is the difference between union and anonymous union?

1413


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2218


How can I implement sets or arrays of bits?

1129


What are compound statements?

1300


Do you know the difference between malloc() and calloc() function?

1144