Can someone please tell me the the maximum and minimum of int, long int, long long int, double, float, and anything bigger than that? And also how to calculate this?
COKEDUDE 27 Junior Poster in Training
Recommended Answers
Jump to Postlook in your compiler's limits.h header file. You will find them all there.
and anything bigger than that?
That doesn't make any sense. What do you mean by "bigger than that"?
And also how to calculate this?
How to calculate what? sizeof(object) returns the number of …
All 2 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.