File Systems Interview Questions
Sunday, December 2, 2012
Coding Question Related to Directories and Parsing
There is a directory on the desktop. It contains a bunch of htm files. The htm
files contain customer details. Write a program that opens the directory and
grabs each htm file, parses through it and picks the name and phone number of
each customer and writes it to another file and saves that file on the desktop.
The combination of name and phone number must be unique.
Subscribe to:
Posts (Atom)