Explain what is the difference between far and near ?


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

Post New Answer

More C Interview Questions

What is a const pointer?

0 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


What is the main differences between C and Embedded C?

9 Answers  


What is a built-in function in C?

1 Answers  






What is pass by reference in functions?

0 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


an algorithem for the implementation of circular doubly linked list

1 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Why static variable is used in c?

0 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


Categories