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 memory located at a certain address?

Answers were Sorted based on User's Feedback



How can I access memory located at a certain address?..

Answer / phani kumar s

using the pointers and address operator
&a where a is the variable

Is This Answer Correct ?    6 Yes 6 No

How can I access memory located at a certain address?..

Answer / aravind

Access in the sense!Do you mean how can u see the display.if so just use prints("%d",&variable)

Is This Answer Correct ?    1 Yes 1 No

How can I access memory located at a certain address?..

Answer / sangram

bala software

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

Can you assign a different address to an array tag?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


why u join this call center?

6 Answers   DELL,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


Should a function contain a return statement if it does not return a value?

0 Answers  


Categories