int far *near * p; means


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

Post New Answer

More C Interview Questions

PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


What is the difference between far and near ?

0 Answers  


What are preprocessor directives in c?

0 Answers  


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  






can we store values and addresses in the same array? explain

3 Answers   TCS,


what is default constructor?

2 Answers   HCL,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


What is quick sort in c?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


Categories