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 the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


write a program to add two numbers of any size.....(remember any size)

1 Answers  


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


difference between spiral and waterfall model

1 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  






program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


what are two kinds of java

2 Answers  


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


When should a type cast be used?

0 Answers  


What is sizeof array in c?

0 Answers  


Categories