[Show all top banners]

comingsoon
Replies to this thread:

More by comingsoon
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 c - P R O G R A M I N G
[VIEWED 5514 TIMES]
SAVE! for ease of future access.
Posted on 09-26-13 11:47 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Write a function that receives an integer, b, that represents a number of bytes. If 1 ≤ b ≤ 8, the function will return the largest positive value that an unsigned int of b bytes can represent. If b is not in the appropriate range, the function should return -1. The function declaration is
long largest(int);
Assume that this function will be executed on a 64-bit operating system. You can use the pow() function which returns a double with the value b^e when called with
pow(b, e).

Can somebody help?

 
Posted on 09-27-13 12:48 PM     [Snapshot: 157]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Basically you need to understand the logic for this problem.
1 byte = 8 bit  ( Are sure you dont mean 8 bits, bit and byte are different)
You can find the largest possible integer value possible with any bit with this forlula: (2^n-1)
In your case  Total integer = 2^64 = 18446744073709551616
That means you can represent 0 to 18446744073709551615 with 8 bytes.

#include<math.h> main() { double b = 64; b = pow(2,b); }
This is not a complete code, try for yourself. If you still have doubt contact me


 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 30 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
nrn citizenship
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
ढ्याउ गर्दा दसैँको खसी गनाउच
lost $3500 on penny stocks !!!
मन भित्र को पत्रै पत्र!
Guess how many vaccines a one year old baby is given
They are openly permitting undocumented immigrants to participate in federal elections in Arizona now.
जाडो, बा र म……
Susta Susta Degree Maile REMIXED version
Elderly parents travelling to US (any suggestions besides Special Assistance)?
Is this a progressive step?
TPS Reregistration and EAD Approval Timeline.......
Trasiting through Istanbul, Turkey
Changing job after i-140 approval
कल्लाई मुर्ख भन्या ?
1974 AD Pinjadako Suga Remixed
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters