How do we open a binary file in Read/Write mode in C?


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

Post New Answer

More C Interview Questions

char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


Why is c so popular?

0 Answers  


What is difference between scanf and gets?

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


What is c basic?

0 Answers  






Suggesting that there can be 62 seconds in a minute?

0 Answers  


What is the heap?

0 Answers  


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


How can I find leaf node with smallest level in a binary tree?

1 Answers  


WAP to find that given no is small or capital

3 Answers  


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


Categories