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 |
how to find sum of digits in C?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
main() { int i=400,j=300; printf("%d..%d"); }
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What's a "sequence point"?
Is a house a mass structure?
How can I insert or delete a line (or record) in the middle of a file?
How to print "Hi World" without using semi colon?
1 What is a Data Structure?
How can you find out how much memory is available?
What is difference between constant pointer and constant variable?