โช Choose the correct option.
What is the output of the following C Program?
#include
void main()
{
char far *farther,*farthest;
printf("%d %d",sizeof(farther),sizeof(farthest));
}
#include
void main()
{
char far *farther,*farthest;
printf("%d %d",sizeof(farther),sizeof(farthest));
}