• No subject
    i am getting problem in reading the value from 24c02 with 8051! i am getting one time original value which is present in the memory and other time when once again loop is executed,i am getting value...
  • No subject
    how can converted hex file to c language? plz information and solution vie email. can change in editing and reading in binary language? how can converted hex file to binary language?
  • No subject
    /*******************/ #include<regx52.h> #include<lcddisplay.h> #include<UART_gsm.h> #include<string.h> #include<intrins.h> #include<stdlib.h> sbit buz = P2^7; sbit gsm = P3^2; sbit...
  • No subject
    sorry i got one moere doubt.. what is this in main function unsigned char *mem_add=0x00; thanks in advance :)
  • No subject
    can someone help me write a C++ program that dispays the day of the week of a particular date that has been entered e.g. the date is 12/02/2000,the program displays both the date and the day of the week...