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

7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is the function of multilevel pointer in c?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,






Do you know the difference between malloc() and calloc() function?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


Explain bit masking in c?

0 Answers  


What is merge sort in c?

0 Answers  


What are called c variables?

0 Answers  


what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


What are the different types of errors?

0 Answers  


Categories