any string of bits of length 'n' represents a unique non-
negative integer between.............?

Answer Posted / ravi joshi

Between 0 and 2^n-1

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1777


Differentiate between the expression “++a” and “a++”?

705


What is abstract data structure in c?

532


What are the string functions? List some string functions available in c.

606


What does 3 mean in texting?

617






What are data structures in c and how to use them?

681


Why c is known as a mother language?

646


What are the 5 organizational structures?

569


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

719


What is a macro, and explain how do you use it?

630


What is a ternary operator in c?

655


Why c is called a middle level language?

634


Why & is used in scanf in c?

627


In a switch statement, explain what will happen if a break statement is omitted?

640


What is the difference between functions abs() and fabs()?

651