can any one please explain, how can i access hard
disk(physical address)?
it is possible by the use of far,near or huge pointer?
if yes then please explain......
No Answer is Posted For this Question
Be the First to Post Answer
Why shouldn’t I start variable names with underscores?
What is #include in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the usage of the pointer in c?
What are integer variable, floating-point variable and character variable?
How can a process change an environment variable in its caller?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
When a c file is executed there are many files that are automatically opened what are they files?
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is meant by preprocessor in c?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
Why is %d used in c?