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
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How do you use a pointer to a function?
Explain the difference between ++u and u++?
Why flag is used in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What are enumerated types?
Can you please explain the difference between exit() and _exit() function?
What is meant by inheritance?
What is meant by keywords in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Write a simple code fragment that will check if a number is positive or negative.
Explain union.
How important is structure in life?
what is the difference between 123 and 0123 in c?
Why malloc is faster than calloc?