recategorized by
1,577 views

2 Answers

Best answer
1 votes
1 votes

A. 216-1.

2 bytes=16 bits therefore 2^16 possible values 
But since values start from 0,there's one less value for positive numbers. So -1

selected by
Answer:

Related questions

2 votes
2 votes
6 answers
1
go_editor asked Mar 27, 2020
2,205 views
What is the output of the following $C$-programmain() { printf("%d %d %d",size of (3.14f), size of (3.14), size of (3.141)); }4 4 44 8 108 4 88 8 8
0 votes
0 votes
1 answer
2
1 votes
1 votes
2 answers
4
makhdoom ghaya asked Aug 21, 2016
2,885 views
The number of nodes in a complete binary tree of height $h$ (with roots at level $0$) is equal to$2^{0} + 2^{1} + ….. 2^{h}$$2^{0} + 2^{1} + ….. 2^{h-1}$ $2^{0} + 2^{...