Explain what is a stream?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which function in C can be used to append a string to another string?

0 Answers  


What is a union?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


How can I recover the file name given an open stream or file descriptor?

0 Answers  


In scanf h is used for

4 Answers   BFL,






Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What is const and volatile in c?

0 Answers  


What oops means?

0 Answers  


What is variables in c?

0 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


Categories