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
ATM machine and railway reservation class/object diagram
wat is the difference between array and pointer?
coding for Fibonacci.?
How can I split up a string into whitespace-separated fields?
Explain how can I open a file so that other programs can update it at the same time?
Write a code on reverse string and its complexity.
Can I pass constant values to functions which accept structure arguments?
Explain how do you determine whether to use a stream function or a low-level function?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are different storage class specifiers in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.