void main()
{
char far *ptr1,*ptr2;
printf("%d %d", sizeof(ptr1),sizeof(ptr2));
}
The output look like 4 2 why not it become 4 4.
Note: sorry guys its "sizeof(ptr2)"
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.