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

What is quick sort in c?

0 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


How do you view the path?

0 Answers  


What is the concatenation operator?

0 Answers  


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  






How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


what is used instead of pointers in java than c?

1 Answers   Vuram,


WHO WROTE C LANGUAGE?

4 Answers  


2. What does static variable mean?

2 Answers  


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


Categories