Hi, I need your help………
byte and int are two data typed we used in programming.
byte is 8 bits long and int is 32 bits long.
Since that we can used int type variable instead of byte type variable without any effect to the application or code ( without worry about the resource used )
And also todays' most of the PC's are 32 bits.
If we used int instead of byte it will execute the code quickly?
Is it used more resource than byte?
I'm confusing with this …….
