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

i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


compare array with pointer?

1 Answers  


What is nested structure?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


program to find the magic square

1 Answers   Infosys,


What do header files do?

0 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Can a pointer be volatile in c?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


What is static and auto variables in c?

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


how is the examination pattern?

0 Answers   Wipro,


Categories