CIW PERL FUNDAMENTALS 1D0-437 Question # 37 Topic 4 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 37 Topic 4 Discussion

1D0-437 Exam Topic 4 Question 37 Discussion:
Question #: 37
Topic #: 4

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.