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
pierrot's divisor program using c or c++ code
What is the use of sizeof?
How are 16- and 32-bit numbers stored?
Can a variable be both static and volatile in c?
What is the purpose of type declarations?
What is the significance of an algorithm to C programming?
What is the easiest sorting method to use?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is function what are the types of function?
Explain logical errors? Compare with syntax errors.
What are the modifiers available in c programming language?
Explain what standard functions are available to manipulate strings?
What is linear search?
What is the difference between volatile and const volatile?
Explain bit masking in c?