276 views

2 Answers

1 votes
1 votes
answer- option (c) and (d)

sizeof(p2)-size of pointer depends on the machine .If machine is 32 bit then size of pointer will be 4 Bytes and if machine is 64 bits then size of pointer will be 8 Bytes.

if question is sizeof(*p2) then it will return the length of string from r to e i.e 7 .

Related questions

0 votes
0 votes
1 answer
3
Sambhrant Maurya asked Jul 15, 2018
329 views
0 votes
0 votes
1 answer
4
Sambhrant Maurya asked Jul 15, 2018
188 views