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

Explain spaghetti programming?

973


How can I avoid the abort, retry, fail messages?

883


Why c is called a mid level programming language?

848


What are 3 types of structures?

845


What is sizeof c?

868


Write a program to check armstrong number in c?

882


Why pointers are used in c?

784


Why is void main used?

846


Write a program to print numbers from 1 to 100 without using loop in c?

880


What is NULL pointer?

879


Are c and c++ the same?

816


What is #line used for?

810


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2327


What is the use of parallelize in spark?

785


What is the difference between scanf and fscanf?

914