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 |
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What are dangling pointers?
What are the features of c languages?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
What is build process in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
When c language was developed?
In a switch statement, what will happen if a break statement is omitted?
How do you construct an increment statement or decrement statement in C?
What are bitwise shift operators in c programming?
Why doesn't C support function overloading?
Write a C program to count the number of email on text