How can I access memory located at a certain address?

Answer Posted / sangram

bala software

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between array and structure in c?

584


what are the 10 different models of writing an addition program in C language?

1443


Write a code to generate divisors of an integer?

645


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1501


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1790






Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5814


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


Does free set pointer to null?

569


What is the difference between Printf(..) and sprint(...) ?

792


When is a void pointer used?

682


Can a local variable be volatile in c?

584


How can I write a function analogous to scanf?

662


What is wild pointer in c?

613


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

987


How can I copy just a portion of a string?

822