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

  • Home
  • SEARCH
  • 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 have been getting this error for quite some time now and Google has
I have been getting this error and have no idea how to fix it.
I have been getting an error in VB .Net object reference not set to
I use an sql server regularly and have recently been getting frustrated by the
I am getting a strange error using jQuery 1.3.2 and Firefox. I have created
I have been getting a number of attacks on my website lately, with a
I have just been getting into low level programming (reading/writing to memory that sort
As I have been testing sites, I have found reCAPTCHA s getting more and
OK, I know there have already been questions about getting started with TDD ..
I have been experimenting with woopra.com A web analytics tool. Which requires a piece

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.