?
Competitive Exams
Aptitude
English
Verbal Reasoning
Non Verbal Reasoning
General Knowledge(GK)
General Science(GS)
Data Interpretation(DI)
Banking Awareness
Current Affairs
Computer & Programming
Computer Fundamentals
Networking
SQL
Database
C Programming
C++ Programming
Java
Python
Other Subjects
Commerce
Management
Law
Political Science
Psychology
Agriculture
Join the Discussion
Login to post a comment or share your explanation.
Login-0, +0 both exist -2^(n-1)-1, +2^(n-1)-1
If n=6 then the range is -32..-0+0.. +32
And similarly for signed number.
But in case of 2 compliment , only 0 is present
-2^(n-1 ) to +2^(n-1) -1
If n=6
-32... 0...31