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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:02:34+00:00 2026-05-26T23:02:34+00:00

I have a array of 4 chars and i need his ascii value in

  • 0

I have a array of 4 chars and i need his ascii value in a single number.
For example in the array is "joh0". The result should be in hex 0x6a726f00 or in int 111617776.
I use it in the function ntohl(int x).

  • 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-26T23:02:35+00:00Added an answer on May 26, 2026 at 11:02 pm

    From your description, it sounds like what you want this (possibly with the indices swapped):

    char str[] = "joh0";
    
    uint32_t val = (uint32_t)str[0]
                 | (uint32_t)str[1] << 8
                 | (uint32_t)str[2] << 16
                 | (uint32_t)str[3] << 24;
    

    But I don’t know where you’re getting 106111104048 from.

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

Sidebar

Related Questions

I have an array of chars and a pointer to it. I need to
i have an array char* temp; temp=kmalloc(3,GFP_KERNEL); i need to expand this array each
I have 2 arrays of 16 elements (chars) that I need to compare and
Have an array of chars like char members[255]. How can I empty it completely
I have an array of 4 characters, for example: char char_array[10]; char_arr[0] = 'a';
I have array of chars: char macChars=[12]; The content of it is e.g. macChars[0]=53,
I have a byte array as input. This should be the binary representation of
I have got an array of chars that I'm trying to bitwise shift right
I need a multidimensional array of chars that is dynamic in only one dimension...
I have a postcode array: $firstPostcode = array( 'se1', 'ec2a', 'se16', ); I need

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.