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

Post New Answer

More C Interview Questions

What is NULL pointer?

0 Answers   Infosys,


What is #include conio h?

0 Answers  


What are unions in c?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,






How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is typedef struct in c?

0 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


to get a line of text and count the number of vowels in it

2 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


What is c language used for?

0 Answers  


Categories