When should a far pointer be used?


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

Post New Answer

More C Interview Questions

Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Explain pointers in c programming?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,






i need all types of question paper releted to "c" and other language.

0 Answers  


What is non linear data structure in c?

0 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Categories