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

Answers were Sorted based on User's Feedback



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

Answer / ravi joshi

Between 0 and 2^n-1

Is This Answer Correct ?    16 Yes 0 No

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

Answer / vinocit

2^n

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More C Interview Questions

Why double pointer is used in c?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


What are the uses of a pointer?

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,






what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


What are register variables in c?

0 Answers  


int far *near * p; means

0 Answers   Honeywell,


Why is c called "mother" language?

0 Answers  


What is the difference b/w Structure & Union?

3 Answers  


What is the purpose of type declarations?

0 Answers  


Categories