[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 7838 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 365 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
ChatSansar.com Naya Nepal Chat
सालीको चाक
Conservative discussions
Looking for girl
tesla stock OMG !!
TPS for Nepal likely to extend next week
Who is hottest nepali female?
Toilet paper or water?
TPS To F-1 COS
I hope all the fake Nepali refugee get deported
Those who are in TPS, what’s your backup plan?
Nepal TPS has been Extended !!!
ढ्याउ गर्दा दसैँको खसी गनाउच
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans
Venezuela TPS lawuit
Embassy of Nepal might be able to help extend TPS for Nepal
Tourist Visa - Seeking Suggestions and Guidance
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1?
Looking for girl
Who is hottest nepali female?
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