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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:08:30+00:00 2026-05-25T01:08:30+00:00

I think Ruby is interpreted to C. If so, how can I use the

  • 0

I think Ruby is interpreted to C. If so, how can I use the concept of pointers and other features that are parts of C environment?
How can we utilize the power of C with the simplicity of Ruby?

  • 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-25T01:08:30+00:00Added an answer on May 25, 2026 at 1:08 am

    In Ruby, (almost) every variable is in fact a reference/pointer to an object, e.g.

    a = [0, 1, 23]
    b = a
    a << 42
    p b
    

    will give [0, 1, 23, 42] because a and b are pointing to the same object.

    So in fact, you are using pointers all the time.

    If you want to do pointer arithmetic as in C, this is not possible with Ruby.

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

Sidebar

Related Questions

I have a ruby script that is failing due to my environment, I think
I love Ruby and its framework, but I don't think that Ruby On Rails
I think there is a method within ruby or rails that does this but
I have recently started to learn Ruby. I know that Ruby is a interpreted
I think that Ruby's inject method is really neat for calculating sums. But if
I think I've found something which C# and Ruby can do but Python can
I've got a few ruby gems that won't go away. I think it has
Is it true that in most cases, in Ruby, it is best to use
Tell why you think Python, Perl, Ruby, etc is easiest for plugging in modules
I've been trying to get setup with Ruby on Rails today, but I think

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.