You are not logged in.

#1 2015-09-12 05:58:22

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Determine Output:

C Programming Quizzes C Language Pointer

Directions:
Determine Output:

Question:
void main()
{
      char far *farther, *farthest;
      printf("%d..%d", sizeof(farther), sizeof(farthest));
}

Option A):
4..4
Option B):
4..2
Option C):
2..4
Option D):
2..2

Correct Answer is Option B):
4..2


Failure is the first step towards seccess.

2015-09-12 05:58:22

Advertisement
Ads By Google

Re: Determine Output:



\n

Board footer