What are 'near' and 'far' pointers?


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

Post New Answer

More C Interview Questions

Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


c programming of binary addition of two binary numbers

4 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


How can I get the current date or time of day in a c program?

0 Answers  


Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,






How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


what do structure language means?

3 Answers   Microsoft,


What will be your course of action for a push operation?

0 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


What is the c language function prototype?

0 Answers  


Is c compiled or interpreted?

0 Answers  


Categories