adplus-dvertising
frame-decoration

Question

The logical NOT operator represented by is a

a.

unary operator

b.

binary operator

c.

ternary operator

d.

octal operator

Answer: (a).unary operator

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The logical NOT operator represented by is a

Similar Questions

Discover Related MCQs

Q. When variables refer to attributes of an entity (such as name, address, and phone number of a person), those attributes form a _____

Q. The delete operator returns ______ to the operating system

Q. The major advantage of data hiding is that _____

Q. The letter V is a _____

Q. Separating parts of a program into units that remain unaffected by other parts of a program is the concept known as _____

Q. A function whose purpose is to send messages to other functions is known as a _____

Q. With commercial classes, the function source code is usually________

Q. The expression c = i++ causes

Q. An identifier in C

Q. The bitwise AND operator is represented by the symbol

Q. The exclusive OR operator gives the result 1 when

Q. Which of the following is the extraction operator?

Q. To create a variable, you must assign _____ to it

Q. Which of the following control structures is used in every program?

Q. In the C language, a string is assigned to the

Q. The main() function is always

Q. Variables that are known only to the function in which they are declared are called _____ variables

Q. In the expression p --> val,p is a(n)

Q. Object-oriented programmers primarily focus on _________

Q. You define a structure type globally because