How do you determine whether to use a stream function or a low-level function?


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

Post New Answer

More C Interview Questions

Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


How a string is stored in c?

0 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


What are control structures? What are the different types?

0 Answers  


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


Define Array of pointers.

0 Answers  


What is meant by keywords in c?

0 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,


Categories