This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Default type when only 'unsigned' is stated

Hey

I looking through some code, where the type of a parameter in a function call is stated as unsigned.

The data type (char, int, long) is not stated.
Does any one know which type is assumed when not stated.