What is difference between far and near pointers?


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

Post New Answer

More C Interview Questions

What are the benefits of organizational structure?

0 Answers  


What is a char c?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


What is structure in c explain with example?

0 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,






What is d scanf?

0 Answers  


Why header file is used in c?

0 Answers  


simple c program for 12345 convert 54321 with out using string

7 Answers   TCS,


Do you know what are bitwise shift operators in c programming?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


What is s in c?

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


Categories