CIW PERL FUNDAMENTALS 1D0-437 Question # 19 Topic 2 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 19 Topic 2 Discussion

1D0-437 Exam Topic 2 Question 19 Discussion:
Question #: 19
Topic #: 2

Which one of the following statements opens a file for appending?


A.

open(PASSWD, ">/etc/passwd");


B.

open(PASSWD ">/etc/passwd");


C.

open(PASSWD, ">>/etc/passwd");


D.

open(PASSWD "+>/etc/passwd");


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.