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

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2303


What is c variable?

555


Explain a file operation in C with an example.

664


write a program fibonacci series and palindrome program in c

633


What is wild pointer in c with example?

578






How can I call a function with an argument list built up at run time?

641


What is main () in c?

588


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1595


How is a macro different from a function?

657


What is the difference between near, far and huge pointers?

629


What is volatile variable in c?

659


Explain is it better to bitshift a value than to multiply by 2?

719


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1675


What is a built-in function in C?

797


Which are low level languages?

637