[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 6023 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 90 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
ChatSansar.com Naya Nepal Chat
Toilet paper or water?
Biden out, Trump next president, so what’s gonna happen to TPS, termination?
Anybody gotten the TPS EAD extension alert notice (i797) thing? online or via post?
advanced parole
Sajha Poll: Who is your favorite Nepali actress?
Mamta kafle bhatt is still missing
Tourist Visa - Seeking Suggestions and Guidance
Problems of Nepalese students in US
ढ्याउ गर्दा दसैँको खसी गनाउच
अरुणिमाले दोस्रो पोई भेट्टाइछिन्
News Summary from Nepal for Friday, July 19, 2024
News Summary from Nepal for Saturday, July 20, 2024
Biden formally Stands Down!!!
TPS extension Petition!!!
KP Oli and Nepali Political Corruption
Nepali Passport Renewal
seriously, when applying for tech jobs in TPS, what you guys say when they ask if you have green card?
Are Nepalese cheapstakes?
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