c - Difference between hexadecimal values and normal types -


i doing assignment in c:

basically have struct has char , int types. assignment says have fill struct fields predefined values.

the thing values represented hexadecimal values. since bit confused hexadecimal, fill fields normal values.

for example int filed, assign 20151 instead of 0x4eb7.

i know works still bit worried, there difference between these representations?

they 2 ways of expressing same thing; can use whichever makes sense.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -