how can i access hard disk address(physical address)?
are we access hard disk by using far,near or huge pointer?
if yes then please explain.....
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Define Spanning-Tree Protocol (STP)
What oops means?
Explain what is the heap?
How can I read/write structures from/to data files?
Difference between strcpy() and memcpy() function?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
what is the use of keyword volatile??
Explain low-order bytes.
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the difference between the expression “++a” and “a++”?
What are the different pointer models in c?