• Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...
  • What's wrong with this code
    Well my program is a car security system which detects intrusion ,fire,gas using 4 sensors and sends an sms via GSM modem. Given below is my code which is in BASCOM software which when compiled given...
  • What's wrong with this code
    Well my program is a car security system which detects intrusion ,fire,gas using 4 sensors and sends an sms via GSM modem. Given below is my code which is in BASCOM software which when compiled given...
  • Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...
  • can anyone tell me what is wrong with this source cODE.
    WHEN I COMPILE USING PROTEUS KIEL 5 THE PROGRAM SHOWS ERROR L121:IMPROPER FIXUP . WHEN I DELETE INTERRUPT 2 THE COMPILER COMPILES SUCESSFULLY. HELP PLESE ANYONE. can anyone tell me what is wrong with...