In c:\cis\400\proj3.docx, the docx is a(n) ________
A) path
B) extension
C) folder
D) file
B
Computer Science & Information Technology
You might also like to view...
If setColor is a member function of a car class and myCar is an object of the car class, which of the following errors will give an error saying that member function setColor has not been defined or is not a member of the car class:
a) omission of the car:: scope operator b) incorrect return type c) incorrect parameter list d) all of the above
Computer Science & Information Technology
Draw a UML class diagram for a class that represents a sphere.
What will be an ideal response?
Computer Science & Information Technology
If p is a pointer variable, the statement p = p + 1; is valid in C++.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Briefly define caps.
What will be an ideal response?
Computer Science & Information Technology