You are not logged in.

#1 2015-09-17 04:06:59

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

C Language Basic Quiz:

C Programming Quizzes Multiple Choice set of C Language Basic questions

Directions:
Determine Output:

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

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

Correct Answer is Option C):
4..2


Failure is the first step towards seccess.

2015-09-17 04:06:59

Advertisement
Ads By Google

Re: C Language Basic Quiz:



\n

Board footer