• syntax error
    #include<stdio.h> #include<reg51.h> void main () { int i; p1=0x0FF; while(1) { for (i=0;i<10000;i++); p1=0x0FF; for (i=0;i<10000;i++); P1=0x00; } } Build target 'Target 1' assembling blink...
  • syntax error
    i am working on following project. & its showing me some errors... & i am unable to remove them... please help me out... program:- /*HEADER FILES*/ #include<reg51.h> #include<string.h> /*LCD...
  • Syntax error
    Hi All, unsigned long xdata temp; above instruction defined inside the function, giving an error SENSORS.H(894): error C141: syntax error near '0xF2' what this error describes, is there...
  • syntax error
    #include<stdio.h> #include<reg51.h> void main () { int i; p1=0x0FF; while(1) { for (i=0;i<10000;i++); p1=0x0FF; for (i=0;i<10000;i++); p1=0x00; } } i am getting a syntax error haelp me to...