How can I access memory located at a certain address?
Answers were Sorted based on User's Feedback
Answer / phani kumar s
using the pointers and address operator
&a where a is the variable
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / aravind
Access in the sense!Do you mean how can u see the display.if so just use prints("%d",&variable)
| Is This Answer Correct ? | 1 Yes | 1 No |
Write a Program to find whether the given number or string is palindrome.
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
A C E G H +B D F A I ------------ E F G H D
How to add two numbers with using function?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is a program flowchart and how does it help in writing a program?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
what is the mean of c languages.
How do we open a binary file in Read/Write mode in C?
write a c program in such a way that if we enter the today date the output should be next day's date.
Hi, main() { } Is a user defined function or Built in Functionn
List the variables are used for writing doubly linked list program.