• I AM GETTING A SYNTAX ERROR AS ----PRACTICE.c(23): error C141: syntax error near '!=', expected ')'---- CAN ANY ONE HELP ME
    #include<reg51.h> unsigned int digi_val[10]={0x40,0xF9,0x24,0x30,0x19,0x12,0x02,0xF8,0x00,0x10}; // Hex value corresponding to the digits 0 to 9 sbit output_on_pin = P3^0; // Enable pin to enable the...
  • I AM GETTING A SYNTAX ERROR AS ----PRACTICE.c(23): error C141: syntax error near '!=', expected ')'---- CAN ANY ONE HELP ME
    #include<reg51.h> unsigned int digi_val[10]={0x40,0xF9,0x24,0x30,0x19,0x12,0x02,0xF8,0x00,0x10}; // Hex value corresponding to the digits 0 to 9 sbit output_on_pin = P3^0; // Enable pin to enable the...
  • getting error as error C141: syntax error near 'void', expected '__asm' at linevoid lcdcmd(unsigned char val)
    #include<reg51.h> sbit ir1=P1^0; //entry sbit ir2=P1^1; //exit sbit rs=P2^0; sbit rw=P2^1; sbit en=P2^2; void lcdcmd(unsigned char); void lcddat(unsigned char); void lcddis(unsigned char *s,unsigned char...
  • getting error as error C141: syntax error near 'void', expected '__asm' at linevoid lcdcmd(unsigned char val)
    #include<reg51.h> sbit ir1=P1^0; //entry sbit ir2=P1^1; //exit sbit rs=P2^0; sbit rw=P2^1; sbit en=P2^2; void lcdcmd(unsigned char); void lcddat(unsigned char); void lcddis(unsigned char *s,unsigned char...
  • C141 error at line 12: syntax error near ';' and syntax error near ')' encountered
    1 #include <REGX52.H> 2 void delay_and_check_1(void); 3 void delay_and_check(void); 4 void check_button_pres(void); 5 void display_value(void); 6 #define column 000001111; 7 unsigned char store=0x00;...