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
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
What is pointer to pointer in c with example?
What does main () mean in c?
What is structure in c explain with example?
What is dynamic dispatch in c++?
How can I change the size of the dynamically allocated array?
Can the curly brackets { } be used to enclose a single line of code?
write a program to create a sparse matrix using dynamic memory allocation.
What are enumerated types?
How can I read and write comma-delimited text?
Array is an lvalue or not?
What math functions are available for integers? For floating point?
How can I read/write structures from/to data files?
What is getch () for?
Are there constructors in c?