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

I heard that you have to include stdio.h before calling printf. Why?

588


What is the deal on sprintf_s return value?

645


Explain how many levels deep can include files be nested?

629


Compare array data type to pointer data type

600


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

662






Why header file is used in c?

577


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1634


What is modifier & how many types of modifiers available in c?

612


How can you read a directory in a C program?

651


What are the disadvantages of a shell structure?

696


What is the scope of static variables in c language?

630


What is static and auto variables in c?

567


Explain what math functions are available for integers? For floating point?

616


Explain what is the purpose of "extern" keyword in a function declaration?

623


How do I copy files?

623