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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:46:00+00:00 2026-06-06T16:46:00+00:00

After doing lot of research in Google, I found this program: #include <stdio.h> int

  • 0

After doing lot of research in Google, I found this program:

#include <stdio.h>

int main()
{
    int val;
    char *a = (char*) 0x1000;
    *a = 20;
    val = *a;
    printf("%d", val);
}

But it is throwing a run time error, at *a = 20.

So how can I write and read a specific memory location?

  • 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-06T16:46:01+00:00Added an answer on June 6, 2026 at 4:46 pm

    This is throwing a segment violation (SEGFAULT), as it should, as you don’t know what is put in that address. Most likely, that is kernel space, and the hosting environment doesn’t want you willy-nilly writing to another application’s memory. You should only ever write to memory that you KNOW your program has access to, or you will have inexplicable crashes at runtime.

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

Sidebar

Related Questions

After doing some research on the subject, I've been experimenting a lot with patterns
My main goal with this question is optimization and faster run time. After doing
I have been doing a lot of research trying to figure this out, but
I've been doing a lot of research on Google Chrome recently, and have gone
Update: I updated this after doing some digging and realizing that this might be
I have been doing research on HTML canvas libraries and I came across this
I'm doing a lot of INSERTs via LOAD DATA INFILE on MySQL 5.0. After
I've been doing a lot of research about handling errors with Qt/C++ and I'm
I'm creating a fast application with ruby on rails, and after doing a lot
I'm new to the Repository Pattern and after doing a lot of reading on

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.