Explain 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

Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


In which area global, external variables are stored?

3 Answers  


What is an identifier?

0 Answers  


Is multithreading possible in c?

0 Answers  


What is a header file?

0 Answers  






Is c dynamically typed?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


Can we add pointers together?

0 Answers  


How many types of operators are there in c?

0 Answers  


Differentiate between null and void pointers.

0 Answers   TCS,


What is the difference b/w Structure & Class?

3 Answers  


Categories