How to fix c/c++ compiler error: both ‘signed’ and ‘unsigned’ in declaration specifiers.
Description
The keywords signed and unsigned are used in a single declaration
Example

Output

How to fix it ?
Remove signed or unsigned.
See also
How to fix c/c++ compiler error: both ‘signed’ and ‘unsigned’ in declaration specifiers.
Description
The keywords signed and unsigned are used in a single declaration
Example
Output
How to fix it ?
Remove signed or unsigned.
See also