Results 1 to 5 of 5

Thread: [RESOLVED] int against byte

Threaded View

  1. #1

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Resolved [RESOLVED] int against byte

    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 …….
    Last edited by eranga262154; Aug 8th, 2006 at 12:24 AM. Reason: Incomplete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width