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
Can the “if” function be used in comparing strings?
Can we add pointers together?
what is the format specifier for printing a pointer value?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the advantage of c?
Which are low level languages?
What is a rvalue?
How do you determine whether to use a stream function or a low-level function?
Write a program to swap two numbers without using a temporary variable?
How do we open a binary file in Read/Write mode in C?
What are structural members?
Can you write a programmer for FACTORIAL using recursion?
What is c preprocessor mean?
Differentiate abs() function from fabs() function.
Are global variables static in c?