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

how to swap two nubers by using a function with pointers?

1 Answers  


code for bubble sort?

1 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


What is define c?

0 Answers  






size maximum allocated by calloc()

3 Answers   DELL,


What is character constants?

0 Answers  


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


How are strings stored in c?

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Categories