Which one of the following operators is a unary operator in c language? ans.&<<&&sizeof() Previous Marked for Review Next

Question

Which one of the following operators is a unary operator in c language? ans.&<<&&sizeof() Previous Marked for Review Next
🧐 Not the exact question you are looking for?Go ask a question

Solution 1

The unary operator in C language from the given options is sizeof().

Here's why:

  1. & (Address of) Operator: This is a unary operator which returns the memory address of its operand.

  2. << (Left Shift) Operator: This is a binary operator which shifts the bits of the number at its left for the n Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study prob

Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solve study problem.
Knowee AI StudyGPT is a powerful AI-powered study tool designed to help you to solv

This problem has been solved

Similar Questions

Which one of the following operators is a unary operator in c language? ans. & sizeof() << &&

Which one of the following operators is a unary operator in c language? ans. sizeof() & && <<

Which one of the following operators is a unary operator in c language? ans. && << sizeof() &

Which one of the following operators is a unary operator in c language? ans.&<<&&sizeof() Previous Marked for Review Next

Which one of the following operators is a unary operator in c language? && << & sizeof()

1/3