CIW 1D0-437 Question Answer
Which statement will open the /etc/passwd file for reading only?
open(PASSFILE "+>/etc/passwd");
open(PASSFILE, "/etc/passwd");
open(PASSFILE "+
open(PASSFILE, ">/etc/passwd");
TESTED 06 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved