Which one of the following operators is a unary operator in c language? ans. & sizeof() << &&
Question
Which one of the following operators is a unary operator in c language?
ans. &
sizeof()
<<
&&
Solution
The unary operator in C language from the given options is "sizeof()". This operator returns the size of the variable, constant or data type.
Similar Questions
operators is a unary operator in c language?
Which one of the following operators is a unary operator in c language? ans. sizeof() & && <<
In C programming language, which of the following operator has the highest precedence?Answer areaa) Unary +b) *c) >=d) = =
Understanding Unary operators#include <stdio.h>void main() { int a = 10, b; b = a++ + ++a; printf("%d %d\n", a, b);}What is the a = b =
Which of the following is not a bitwise operator in C?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.