• plz query this program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy & 0x40; %% XBYTE [0x1234] = 0x55;...
  • plz query this program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char volatile xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy & 0x40; XBYTE[0x1234]= 0x55; return;...
  • resolve this error plz...
    Build output C51 fatal-error- Action: parsing source-file Error-preprocessor:macros too nested C51 terminated ....... Please help me to resolve this error
  • plz query this program
    #include <At89x52.h> /* special function register declarations */ #include <stdio.h> /* prototype declarations for I/O functions */ void main (void) { /*---------------------------------------...
  • resolve this error plz...
    Build output C51 fatal-error- Action: parsing source-file Error-preprocessor:macros too nested C51 terminated ....... Please help me to resolve this error