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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:51:26+00:00 2026-05-26T20:51:26+00:00

See the following function: int go(void) { int *p, *q; p = calloc(10,sizeof(int)); q

  • 0

See the following function:

int go(void) {
   int *p, *q;
   p = calloc(10,sizeof(int));
   q = realloc(p, 20 * sizeof(int));
   <<X>>
}

Assuming that both memory allocation function calls are successful, which of the following statements are true at the point marker <<X>>.

  1. The values of p and q are the same.
  2. p points to 10 integers each with the value of 0.
  3. q points to at least 80 bytes of memory.

This question is in my C test paper. Except for (2) which is obviously true. I’m quite confused about (1) and (3). Can anybody explain me this?

  • 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-26T20:51:27+00:00Added an answer on May 26, 2026 at 8:51 pm

    As Brendan said, (1) is not necessarily true (and probably not true).

    In C, generally an “int” is 4 bytes, so (3) should be true. It is true on all systems that I know of, although I’m not positive that the C standard says that an “int” must be four bytes long.

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

Sidebar

Related Questions

Consider the following function: public function foo(bar1:int, bar2:uint, bar3:String, bar4:Boolean):void{} What I want is
Please see following methods. public static ProductsCollection GetDummyData(int? customerId, int? supplierId) { try {
I notice that there is some gap after my table. See the following snapshot:
Consider the following function template: template<typename T> void Foo(T) { // ... } Pass-by-value
A memory leak exists in the following function. The trouble I am having is
See the following piece of code and my explanation of the result. void f
Following code fails with a error message : t.cpp: In function `void test()': t.cpp:35:
How can I implement cross browser opacity gradient (not color gradient)? See following code:
See the following Mock Test by using Spring/Spring-MVC public class OrderTest { // SimpleFormController
Can someone please help me figure out a way to achieve the following (see

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.