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

How many levels deep can include files be nested?

0 Answers  


What is C language ?

0 Answers   Jekson,


biggest of two no's with out using if condition statement

8 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,






What are data breakpoints?

3 Answers   Adobe,


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


Write a program to implement queue.

0 Answers   Aricent,


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


can we initialize all the members of union?

2 Answers  


Categories