You are not logged in.

#1 2015-09-12 06:33:11

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

C Language Pointer Quiz:

C Programming Quizzes C Language Pointer

Directions:
void main()
{
   printf("%d, %d", sizeof(int *), sizeof(int **));
}

Question:
Find the output of the following program.

Option A):
2, 2
Option B):
2, 4
Option C):
2, 0
Option D):
4, 4

Correct Answer is Option A):
2, 2


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-12 06:33:11

Advertisement
Ads By Google

Re: C Language Pointer Quiz:



\n

Board footer