PrepAway - Latest Free Exam Questions & Answers

Category: 117-202 (v.1)

Exam 117-202: LPI Level 2 Exam 202, Advanced Level Linux Certification, Part 2 of 2 (update November 19th, 2014)

Which program produced this output?

The following data is some of the output produced by a program. Which program produced this output?
<code>
strftime (” Thu”, 1024, “%a”, 0xb7f64380) =4
fwrite (“Thu”, 3, 1, 0xb7f614e0) =1
fputc (‘ ‘, 0xb7f614e0) =32
strftime (” Feb”, 1024, ” %b”, 0xb7f64380) =4
fwrite (“Feb”, 3, 1, 0xb7f614e0) =1
fputc (‘ ‘, 0xb7f614e0) =32
fwrite (“19”, 2, 1, 0xb7f614e0) =1
</code>


Page 4 of 30« First...23456...102030...Last »