Which of the following expressions is not a unary expression?

A. x
B. sizeof(x)
C. +x
D. -x
E. float(x)


Answer: A

Computer Science & Information Technology

You might also like to view...

Assuming that strict two-phase locking is in use, describe how the actions of the two-phase commit protocol relate to the concurrency control actions of each individual server. How does distributed deadlock detection fit in?

What will be an ideal response?

Computer Science & Information Technology

Write a definition for an exception class, E, that contains an error number and a string type error name. Include a constructor that creates an E object and initializes both members. Provide accessors for both the message and error number.

What will be an ideal response?

Computer Science & Information Technology

The most common way to access the Internet is through ________.

A. an instant messaging (IM) service B. an application service provider (ASP) C. an Internet service provider (ISP) D. Facebook

Computer Science & Information Technology

What is the primary purpose of enumeration, and give three examples of information that can be acquired through enumeration?

What will be an ideal response?

Computer Science & Information Technology