Can we use signed and unsigned without putting int after?

as in your quiz questions they have use just signed as data type but here use have use it alone …as these are modifier there must be some datatype specified

either ways you can use it.
example:
unsigned x;
unsigned int y;

1 Like