adress problem"If you want to get the distance in bytes, you need to cast the pointers to void * before doing the ...
adress problemUnfortunately I dont understand. Basicly I am subtacting 2 consecutive addresses , and I know the di...
adress problemint ar[]={3,2,4}; printf("%d",&ar[1]-&ar[0]); it gave 1 , but I was expecting 4.Because the ...
unknown funtion problemI wrote 2 different source files.When I compile the code compiler gave an error message "conflicting...
Manual mallocI tried to code malloc function manually but it didn't work.Suppose I want to allocate 3 int (means ...
This user does not accept Private Messages