Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I access a memory located at certain address?

Answer Posted / rakesh

No, it's not possible to assign the address to an pointer
variable. Assignment of address takes place at the time of
running, so it's not possible.
Even the processor does not support such memory leaks
from occuring..

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between the expression “++a” and “a++”?

1309


What is include directive in c?

1206


How can I sort a linked list?

1084


How are pointers declared in c?

1113


What is static identifier?

1280


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1137


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2207


Can we change the value of #define in c?

1056


What is break statement?

1178


Is null always defined as 0(zero)?

1177


How do you search data in a data file using random access method?

1360


What is integer constants?

1131


Explain the difference between structs and unions in c?

1066


Why c language?

1117


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2401