{"id":31121065,"url":"https://github.com/tanzeelafatima492/c-programming-basics","last_synced_at":"2026-06-17T08:31:09.969Z","repository":{"id":224482725,"uuid":"763371246","full_name":"TanzeelaFatima492/c-programming-basics","owner":"TanzeelaFatima492","description":"solve the all programs in excerise of chapter 2  of book  \"Robert Lafore\"  (4Th edition)","archived":false,"fork":false,"pushed_at":"2025-02-04T08:44:00.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T13:12:07.860Z","etag":null,"topics":["chapter2","cpp","excerise","program","robert-lafore","robert-lafore-solution"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TanzeelaFatima492.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-26T07:01:22.000Z","updated_at":"2025-02-04T08:44:04.000Z","dependencies_parsed_at":"2024-02-26T08:24:15.489Z","dependency_job_id":"9f35dcf2-e130-4526-b102-3b239cebc1c8","html_url":"https://github.com/TanzeelaFatima492/c-programming-basics","commit_stats":null,"previous_names":["fatima-progmmer/c-programming-basics","tanzeelafatima492/c-programming-basics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TanzeelaFatima492/c-programming-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanzeelaFatima492%2Fc-programming-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanzeelaFatima492%2Fc-programming-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanzeelaFatima492%2Fc-programming-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanzeelaFatima492%2Fc-programming-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TanzeelaFatima492","download_url":"https://codeload.github.com/TanzeelaFatima492/c-programming-basics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanzeelaFatima492%2Fc-programming-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275615529,"owners_count":25496851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chapter2","cpp","excerise","program","robert-lafore","robert-lafore-solution"],"created_at":"2025-09-17T15:17:11.190Z","updated_at":"2025-09-17T15:17:12.329Z","avatar_url":"https://github.com/TanzeelaFatima492.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 📌 **C Programming Basics**  \n\nWelcome to the **C Programming Basics** repository! This repository contains fundamental C programs to help beginners understand key concepts in C programming.  \n\n---\n\n## 📖 **About**  \nThis repository covers the foundational concepts of C, including:  \n✅ **Data Types \u0026 Variables**  \n✅ **Operators \u0026 Expressions**  \n✅ **Control Flow Statements**  \n✅ **Functions \u0026 Arrays**  \n✅ **Pointers \u0026 Memory Management**  \n\nEach program includes comments to enhance understanding.  \n\n---\n\n## 🛠 **Topics Covered**  \n\n### 🔤 **Basic Concepts**  \n✔ Printing output using `printf()` \u0026 `scanf()`  \n✔ Understanding **data types** (int, float, char, etc.)  \n✔ Variable declaration and initialization  \n\n### ➕ **Operators \u0026 Expressions**  \n✔ Arithmetic, Relational, Logical, Bitwise Operators  \n✔ Increment \u0026 Decrement Operators  \n\n### 🔄 **Control Flow Statements**  \n✔ **Loops:** `for`, `while`, `do-while`  \n✔ **Decision Making:** `if-else`, `switch-case`  \n✔ **Break and Continue Statements**  \n\n### 📌 **Functions \u0026 Arrays**  \n✔ Defining and Calling Functions  \n✔ Passing Arguments and Return Values  \n✔ One-Dimensional \u0026 Multi-Dimensional Arrays  \n\n### 🎯 **Pointers \u0026 Memory Management**  \n✔ Understanding Pointers and Pointer Arithmetic  \n✔ Dynamic Memory Allocation (`malloc()`, `calloc()`, `free()`)  \n\n---\n\n## 🚀 **How to Run the Programs**  \n\n1️⃣ **Clone the Repository**  \n```sh\ngit clone https://github.com/Fatima-progmmer/c-programming-basics\n```\n\n2️⃣ **Navigate to the Folder**  \n```sh\ncd c-programming-basics\n```\n---\n\n## ✨ **Contributing**  \nFeel free to contribute by improving code, adding explanations, or sharing optimized versions.  \n\n1. Fork the repository  \n2. Make changes and commit  \n3. Submit a pull request 🚀  \n\n---\n\n## 📬 **Connect with Me**  \n🔗 [GitHub](https://github.com/Fatima-progmmer)  \n🔗 [LinkedIn](https://www.linkedin.com/in/tanzeela-fatima-47861b2b7/)  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanzeelafatima492%2Fc-programming-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanzeelafatima492%2Fc-programming-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanzeelafatima492%2Fc-programming-basics/lists"}