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

Post New Answer

More C Interview Questions

What is a char c?

0 Answers  


WHAT IS MEANT BY LIFE?

2 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


Is c procedural or object oriented?

0 Answers  


What are the parts of c program?

0 Answers  






biggest of two no's with out using if condition statement

8 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


What are header files in c programming?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


What do you mean by scope of a variable in c?

0 Answers  


How can a number be converted to a string?

1 Answers  


Categories