void main()
{
char far *farther,*farthest;

printf("%d..%d",sizeof(farther),sizeof(farthest));

}

Answer Posted / surenda pal singh chouhan

4..2

Explanation:
the second pointer is of char type and not a
far pointer

Is This Answer Correct ?    94 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of errors?

633


What does a pointer variable always consist of?

653


What are multidimensional arrays?

648


What is n in c?

564


Difference between strcpy() and memcpy() function?

669






Why do we need a structure?

578


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

605


How pointer is different from array?

569


Explain what is a 'locale'?

574


What is null in c?

588


What is "Hungarian Notation"?

630


Explain the difference between exit() and _exit() function?

624


What is the use of parallelize in spark?

566


Explain what are bus errors, memory faults, and core dumps?

782


What is the difference between array and linked list in c?

589