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
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.
What is character constants?
How are variables declared in c?
What is extern storage class in c?
Write a simple code fragment that will check if a number is positive or negative.
Find MAXIMUM of three distinct integers using a single C statement
What is a dynamic array in c?
How does sizeof know array size?
What extern c means?
Why is c so popular?
What is strcpy() function?
Differentiate between full, complete & perfect binary trees.
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain how can I manipulate strings of multibyte characters?
write a c program to calculate sum of digits till it reduces to a single digit using recursion