What is the difference between far and near in c?


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

Post New Answer

More C Interview Questions

How the C program can be compiled?

11 Answers   HP,


write a program to print calender using for loop.

1 Answers   HCL, TCS,


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


What is typedef example?

0 Answers  






what is memory leak?

3 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Can include files be nested?

0 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


How can I manipulate strings of multibyte characters?

0 Answers  


If you know then define #pragma?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Categories