Given the following code:
enum car (toyota, ford, buick, nissan);
car mine = toyota;
what is the value of
int (mine + 2)?
a) 2
b) 3
c) buick
d) the code is not syntactically correct
d) the code is not syntactically correct
Computer Science & Information Technology
You might also like to view...
Which of the following file formats CANNOT be imported into a PowerPoint presentation?
A) .pdf B) .txt C) .rtf D) .docx
Computer Science & Information Technology
The Common Criteria defines a common set of security requirements. These requirements are divided into which of the following?
A) Functional requirements and assurance requirements B) Security requirements and physical requirements C) Functional requirements and technical requirements D) Technical requirements and logical requirements
Computer Science & Information Technology