How can I access memory located at a certain address?

Answer Posted / phani kumar s

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

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2962


What is pointer to pointer in c with example?

747


What does main () mean in c?

862


What is structure in c explain with example?

864


What is dynamic dispatch in c++?

777


How can I change the size of the dynamically allocated array?

893


Can the curly brackets { } be used to enclose a single line of code?

937


write a program to create a sparse matrix using dynamic memory allocation.

4620


What are enumerated types?

851


How can I read and write comma-delimited text?

840


Array is an lvalue or not?

857


What math functions are available for integers? For floating point?

862


How can I read/write structures from/to data files?

752


What is getch () for?

884


Are there constructors in c?

774