The positional variable $# contains
a: the UNIX version.
b: user number
c: name of the script as typed on the command line
d: name of the arguments as typed on the command line
e: none of the above
e: none of the above
Computer Science & Information Technology
You might also like to view...
The ________ attribute of the object element defines a unique id for the type of helper application needed for a particular type of object
Fill in the blank(s) with correct word
Computer Science & Information Technology
If you implement a stack using a chain of linked nodes that has a head pointer, where should the top of the stack be placed for easiest and fastest access?
a. at the first node of the chain b. at the top of the tree structure c. at the last node of the chain d. it doesn’t matter
Computer Science & Information Technology