Q.

//This Program Is Compiled On 32 Bit DEV-C++
Int Main()
{
Char *Ptr1, *Ptr2;
Printf("%D %D", Sizeof(Ptr1), Sizeof(Ptr2));
Return 0;
}

A. 1 1
B. 2 2
C. 4 4
D. none
Answer» C. 4 4
2.1k
0
Do you find this helpful?
18

Discussion

No comments yet