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
What are enumerated types?
All technical questions
Explain the difference between #include "..." And #include <...> In c?
Differentiate Source Codes from Object Codes
What is the difference between functions abs() and fabs()?
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
write a program to print largest number of each row of a 2D array
Explain how can you restore a redirected standard stream?
what do the 'c' and 'v' in argc and argv stand for?
What are # preprocessor operator in c?
Why is python slower than c?
What is merge sort in c?
Is c a great language, or what?
What is string constants?
What is the difference between mpi and openmp?