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

Is c an object oriented programming language?

1 Answers  


How can I write a function analogous to scanf?

0 Answers  


how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


what is the use of ~ in c lang?????

3 Answers  


why integer range between -327680to+32767

2 Answers  


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


What are actual arguments?

0 Answers  


Total of how many functions are available in c?

3 Answers  


Why do we need volatile in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Categories