Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain how are 16- and 32-bit numbers stored?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


What is #include in c?

1 Answers  


Is c procedural or object oriented?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  


What are the types of variables in c?

0 Answers  


Why do u use # before include in a C Progam?

9 Answers   IBM,


What is the difference between struct and union in C?

1 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


code for copying two strings with out strcpy() function.

6 Answers  


Can we declare function inside main?

0 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Categories