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

Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


write a program to interchange the value between two variable without using loop

1 Answers  


Does c have function or method?

0 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


What is atoi and atof in c?

0 Answers  


What is the difference between arrays and pointers?

0 Answers  


What is the use of the function in c?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


is forign key will be unique key any table or not?

2 Answers  


What are the different types of pointers?

4 Answers   HCL, TCS,


Categories