In which mode we open the file for read,write and append
also in c ?
a)W
b)w+
c)r+
d)a

Answers were Sorted based on User's Feedback



In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a..

Answer / sanju_south

r+ which is read write and append also

Is This Answer Correct ?    49 Yes 11 No

In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a..

Answer / susil lenka

a+

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More C Interview Questions

how to create c progarm without void main()?

1 Answers   NIIT,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


What does != Mean in c?

0 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,






What is the use of structure padding in c?

0 Answers  


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 Answers   IBM, NIIT, Winit,


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


What are the three constants used in c?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Categories