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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:51:41+00:00 2026-05-20T09:51:41+00:00

I have been getting a strange error when I use gcc to compile my

  • 0

I have been getting a strange error when I use gcc to compile my c code.

This is my error: http://pastebin.com/dN4xXbQZ

This is my code:

// MemroyAllocationTester.c
// 2.20.11

// calloc() function allocates a group of objects.
// rather than malloc() which allocates a group of bytes.

#include <stdio.h>
#include <stdlib.h> // for calloc and free

main()
{
    unsigned num;
    int *pointer;

    printf("Enter the number of type int to allocate: ");
    scanf("%d", &num);

    pointer = (int*)calloc(num, sizeof(int));

    //if (pointer == NULL)
    //  puts("Memory allocation failed.");
    //else
    //  puts("Memory allocation was successful.");

    return(0);
}
  • 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-20T09:51:42+00:00Added an answer on May 20, 2026 at 9:51 am

    Your problem is that your source file is Unicode (UTF-16), but your compiler is expecting ASCII (or UTF-8). You need to save your source file as ASCII (or UTF-8).

    You could try compiling with gcc -finput-charset=UTF-16 but I suspect that won’t work because then it might try to interpret the header files as UTF-16 also, which they aren’t.

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

Sidebar

Related Questions

I'm getting this error in a very strange manner. I've been able to isolate
I've been getting a strange error that has had me hung up all morning.
I have been getting the following error when I uploaded to a live server.
Im getting an strange result with this particular code. Let me explain my self
I have an application that has been getting strange errors when canceling out of
I have been getting an invalid character! on what looks like the £ sign
I've taken a screenshot of the compiler inconsistencies that I have been getting when
On several of my adsense running sites, I have been getting the following errors:
I have been working on getting my OSGi application to run outside eclipse. It
I've got a table that people have been inserting into getting the primary key

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.