Skip to content

johnammon75/quiz2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz 2.2.b: file types

Write a C program that prints the type of file for each path provided as a command-line argument.

Important notes:

  1. If the path is not accessible, print the message path error.
  2. Refer to the sample output sample_output.txt.
  3. Usage: ./types path1 [path2 ...]
  4. Your program will be manually tested for correctness with additional test cases including different paths.
  5. Your program should compile with no errors and warnings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published