File Handling

In C++
FILE *fp;
fp=fopen("NOTES.TXT","r+");
Which Operation can be performed?
a) read b) write c)appending d) read & write

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories