Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 366927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:40:45+00:00 2026-05-12T13:40:45+00:00

Let us assume I have declared the variable ‘i’ of certain datatype (might be

  • 0

Let us assume I have declared the variable ‘i’ of certain datatype (might be int, char, float or double) …

NOTE: Simply consider that ‘i’ is declared and dont bother if it is an int or char or float or double datatype. Since I want a generic solution I am simply mentioning that variable ‘i’ can be of any one of the datatypes namely int, char, float or double.

Now can I find the size of the variable ‘i’ without sizeof operator?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T13:40:45+00:00Added an answer on May 12, 2026 at 1:40 pm

    You can use the following macro, taken from here:

    #define sizeof_var( var ) ((size_t)(&(var)+1)-(size_t)(&(var))) 
    

    The idea is to use pointer arithmetic ((&(var)+1)) to determine the offset of the variable, and then subtract the original address of the variable, yielding its size. For example, if you have an int16_t i variable located at 0x0002, you would be subtracting 0x0002 from 0x0006, thereby obtaining 0x4 or 4 bytes.

    However, I don’t really see a valid reason not to use sizeof, but I’m sure you must have one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's assume we have two collections: List<double> values List<SomePoint> points where SomePoint is a
let assume we have string name = stackoverflow.com; how to convert this string int
Let's assume we have the following structure: index.php config.inc.php \ lib \ lib \
Let's assume you have a cursor at a closed fold as in the picture.
Let's assume we have a template function foo: template<class T> void foo(T arg) {
Let's assume I have the following code: public class MainClass { public static void
Let's assume I have a main script, main.py, that imports another python file with
Let's assume we have two arrays of the same size - A and B
Let's assume we have the following method in the business layer. What's the best
Let's assume I have the string NSString* myString = @Hello,; How can I remove

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.