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

Write a Program to find whether the given number or string is palindrome.

1 Answers   InterGraph,


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


How to add two numbers with using function?

2 Answers   Miracle Solutions,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1 Answers   Accenture,


What is a program flowchart and how does it help in writing a program?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


what is the mean of c languages.

1 Answers   Polaris,


How do we open a binary file in Read/Write mode in C?

1 Answers   Alter,


write a c program in such a way that if we enter the today date the output should be next day's date.

1 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


List the variables are used for writing doubly linked list program.

1 Answers   Infosys, Wipro,


Categories