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

Answer Posted / sanju_south

r+ which is read write and append also

Is This Answer Correct ?    49 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

1139


What is character constants?

897


How are variables declared in c?

835


What is extern storage class in c?

712


Write a simple code fragment that will check if a number is positive or negative.

911


Find MAXIMUM of three distinct integers using a single C statement

823


What is a dynamic array in c?

802


How does sizeof know array size?

840


What extern c means?

736


Why is c so popular?

879


What is strcpy() function?

865


Differentiate between full, complete & perfect binary trees.

856


Here is a good puzzle: how do you write a program which produces its own source code as output?

846


Explain how can I manipulate strings of multibyte characters?

982


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2988