You can make a hierarchical directory structure under /root that
consists of one directory containing subdirectories by using cd and
mkdir
the mkdir command created the directories while the cd command changes which directory you're currently in
Explanation:
Case-sensitivity is inherently faster to parse (albeit only slightly) since it can compare character sequences directly without having to figure out which characters are equivalent to each other. It allows the implementer of a class/library to control how casing is used in the code.
Answer:
I have the code written in c++ but the logic will be the same you just have to change the syntax ( if you're writing different language)
Explanation:
please mark brainliest