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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:30:21+00:00 2026-06-04T00:30:21+00:00

Wheneven I go through some tutorials/notes for C, I quite come across the term

  • 0

Wheneven I go through some tutorials/notes for C, I quite come across the term “objects”. I was always wondering what does the object got to do with the procedural language. Going a bit deep I could understand that something occupying a piece of memory is termed as an “object” in c.

My question is whether my understanding is correct or is there something I am missing. Thanks!

  • 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-04T00:30:23+00:00Added an answer on June 4, 2026 at 12:30 am

    From the draft of the C99 Standard:

    3.14
    object
    region of data storage in the execution environment, the contents of which can represent
    values

    So, you’re basically right.

    Notes:

    • an object can have a name: int object = 42;
    • an object can be a part of a larger object: struct tm x; /* (x) and (x.tm_year) are objects */
    • an object can be allocated dinamycally: int *arr = malloc(42); if (arr) /* arr[4] is an object */;
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was just going through some code and was wondering if it is bad
I have a object that is created through deserialization of some XML. I used
For some reason, whenever I scroll through my list of items, the background inside
I'm trying to iterate through some JSON results from the YQL geo.places table using
I was going through some of the decisions made to make Xara Xtreme ,
I have a Django application which sometimes needs to send some data through TCP
I have some code that basically inflates a 'balloon' through 15 or so stages
Hi someone helped me write some of this code last night through another question:
I'm new to CakePHP and I trying out some of the tutorials on it.
I wrote a program to make a graphical Timeline and it works through some

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.