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

What is the modulus operator?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


explain what is a newline escape sequence?

0 Answers  






What is malloc calloc and realloc in c?

0 Answers  


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


Is c object oriented?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


What are the different types of constants?

0 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


difference between i++* and *++i

6 Answers   IBM,


Categories