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 / susil lenka
a+
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is assignment operator?
What is the significance of an algorithm to C programming?
What are formal parameters?
What is a stream water?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What does %c mean in c?
Why is structure important for a child?
What is the -> in c?
What is else if ladder?
write an algorithm to display a square matrix.
How do you print an address?
Which function in C can be used to append a string to another string?
Why array is used in c?
Why doesnt this code work?
What is the difference between a function and a method in c?