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 8102689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:18:38+00:00 2026-06-05T23:18:38+00:00

How can I put the address of the array into a variable? char *

  • 0

How can I put the address of the array into a variable?

char * str1 = "Hello";
int add = 0;

Now I want to put the address of the array into add.
I know I can print out the address of the array by the following way:

printf("Address = %p", str1);

But, I want to store the address in the variable.

  • 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-06-05T23:18:39+00:00Added an answer on June 5, 2026 at 11:18 pm

    If you want to store a memory address in a variable, the correct way is to type the variable as std::intptr_t or std::uintptr_t. That is because these types are guaranteed large enough to hold any memory address:

    char * str1 = "Hello";
    uintptr_t p = (uintptr_t)str1;
    

    Apart from that, note that the value of str1 is already a memory address (it points to H) albeit a different one from the value of &str1 (which points to str1).

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

Sidebar

Related Questions

I know I can put escaped HTML tags in string resources. However, looking at
I'm trying to understand when I can put certain objects into a users session
With the regular statement (just statement) I can put java enums into the queries
Let's say we have an array defined as a global variable. int array[] =
Hello I am saving email address from a textarea in a database. Now i
In particular I'm looking for an IP address that I can put in my
I can put python doctests in the bodies of each function, which I sometimes
We can put our file say one.txt in txt folder available in tomcat->webapp folder.
how i can put multiple buttons in scroll view with according to my requirement?
In C++ you can put a member in a base class and a member

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.