Explain 'far' and 'near' pointers in c.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What the advantages of using Unions?

0 Answers   TISL,


What is zero based addressing?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


How can I get random integers in a certain range?

0 Answers  






program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


How can I make sure that my program is the only one accessing a file?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


pierrot's divisor program using c or c++ code

0 Answers  


Meaning of () in c

1 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


What is pass by value in c?

0 Answers  


Categories