i got it thax sir
On Nov 12, 10:42 am, swadhin jaiswal <
jaiswal.swadh...@gmail.com>
wrote:
> Whenever there is REGISTER variable..it is stored in register and used by
> program regularly...so register variables have not got address in
> memory..so when we use &a(address of a)...this is an error.....hope u got..
> On Sat, Nov 12, 2011 at 11:58 PM, alka maurya <
alka.maur...@gmail.com>wrote:
>
>
>
> > output
> > #include<stdio.h>
> > #include<string.h>
> > int main(){
> > int register a;
> > scanf("%d",&a);
> > printf("%d",a);
> > return 0;
>
> > On Sat, Nov 12, 2011 at 9:46 AM, alka maurya <
alka.maur...@gmail.com>wrote:
>
> >> explain this
> >> #include<stdio.h>
> >> int main(){
> >> int huge *a =(int huge *)0x59990005;
> >> int huge *b =(int huge *)0x59980015;
> >> if(a == b)
> >> printf("power of pointer");
> >> else
> >> printf("power of c");
> >> return 0;
>
> >> 2
> >> #include<stdio.h>
> >> int main(){
> >> char far *p =(char far *)0x55550005;
> >> char far *q =(char far *)0x53332225;
> >> *p = 80;
> >> (*p)++;
> >> printf("%d",*q);
> >> return 0;
> >> }
>
> >> On Sat, Nov 12, 2011 at 8:58 AM, alka maurya <
alka.maur...@gmail.com>wrote:
>
> >>> PLZ SIR ,KINDLY INFORM THERE WOULD BE CLASS 2MARO R NT B4 D CLASS WILL
> >>> B HELD ON
>
> >>> On Sat, Nov 12, 2011 at 8:28 AM, alka maurya <
alka.maur...@gmail.com>wrote:
>
> >>>> ok but plz sir timming should be at morning as 8 o clock or 9 o clock
> >>>> And topic is system stack, and queue
> >>>> On Sat, Nov 12, 2011 at 1:21 AM, swadhin jaiswal <
> >>>>
jaiswal.swadh...@gmail.com> wrote:
>
> >>>>> Today,Class was not possible..but there is class on sunday..plz send
> >>>>> the topics u have left so that we can manage the class properly...reply on
> >>>>> this thread only....- Hide quoted text -
>
> - Show quoted text -