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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T02:02:45+00:00 2026-06-07T02:02:45+00:00

The following returns an odd result in objective c. #import <Foundation/Foundation.h> #import <math.h> #import

  • 0

The following returns an odd result in objective c.

#import <Foundation/Foundation.h>
#import <math.h>
#import <stdio.h>
#import <string.h>

char risk[2];
char gen1[1];
printf("Enter gender: ");
scanf("%s",gen1);
printf("Enter risk: ");
scanf("%s",risk);

And I get as gen1 the result of gen1 + risk instead of just gen1. In other words if gen1 = “m” and risk = “ns” then I’m getting gen1 = “mns” instead of just “m”.

In a previous version this worked just fine.
Recently updated OS X to 7.8 along with the new preview XCode.
Not sure what I’m doing wrong here.

Thanks all,

Lou

  • 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-07T02:02:47+00:00Added an answer on June 7, 2026 at 2:02 am

    You have to make room for the terminating NUL character:

    char risk[3];
    char gen1[2];
    

    The probable reason for gen1 being “mns” is that allocated on the stack immediately after risk, and scanf overwrites the terminating NUL chatacter of gen1, effectively concatenating it with risk.

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

Sidebar

Related Questions

The following call returns a result in WinXP but not on Win7: using (WebClient
Odd one this... The following command returns what I would expect when I run
The following returns whatever integer I feed it as a parameter. def space(spacer_count) spacer_count.times
Given int a; , I know that the following returns the largest value that
The following code returns me people with similar telephone numbers. It works perfectly but
The following query returns the total amount of orders, per week, for the past
The following script returns 20 instead of 21! var d = new Date(2010/03/21); document.write(d.getDate());
The following code returns the error from the For Each loop. I have similar
The following query returns values for months with sales but not for months where
The following code returns an error and I dont know why: require rexml/document include

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.