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 / banavathvishnu

suppose you have address :0x00cc01FF

main()
{
int *ptr = (int *)0x00cc01FF;

}

Using ptr you can access the memory location

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are header files and explain what are its uses in c programming?

1201


When should structures be passed by values or by references?

1082


What are void pointers in c?

1062


program to convert a integer to string in c language'

2507


Is array a primitive data type in c?

1131


How can I write functions that take a variable number of arguments?

1188


What do you mean by command line argument?

1227


What are the advantages and disadvantages of pointers?

1121


Explain what is wrong with this program statement?

1158


What is the heap?

1258


Is calloc better than malloc?

1075


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1305


Is a house a mass structure?

1153


What is the difference between test design and test case design?

2132


How many keywords are there in c?

1123