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
How to create struct variables?
What is huge pointer in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
can we access one file to one directory?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What are c preprocessors?
Why header files are used?
How can a program be made to print the line number where an error occurs?
How main function is called in c?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is NULL pointer?