{"id":18251382,"url":"https://github.com/shehza-d/learning-c","last_synced_at":"2025-07-26T22:16:26.911Z","repository":{"id":224948611,"uuid":"764669342","full_name":"shehza-d/learning-c","owner":"shehza-d","description":"Diving deep into Low Level Programming","archived":false,"fork":false,"pushed_at":"2024-09-04T20:49:25.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T16:32:16.498Z","etag":null,"topics":["c","low-level","memory-management"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shehza-d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-28T13:57:40.000Z","updated_at":"2024-09-04T20:49:29.000Z","dependencies_parsed_at":"2024-02-28T15:29:19.031Z","dependency_job_id":"fd0452b3-4bbc-4818-9b3e-4f6e6a768c54","html_url":"https://github.com/shehza-d/learning-c","commit_stats":null,"previous_names":["shehza-d/learning-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shehza-d%2Flearning-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shehza-d%2Flearning-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shehza-d%2Flearning-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shehza-d%2Flearning-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shehza-d","download_url":"https://codeload.github.com/shehza-d/learning-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247926655,"owners_count":21019503,"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","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":["c","low-level","memory-management"],"created_at":"2024-11-05T09:47:25.848Z","updated_at":"2025-04-08T20:45:46.112Z","avatar_url":"https://github.com/shehza-d.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diving deep into Low Level Programming\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://skillicons.dev/icons?i=c\" width=\"70\" /\u003e\u003c/p\u003e\n\nhttps://www.w3schools.com/c/index.php\n\n### [Style Guide for C](https://cs50.readthedocs.io/style/c/)\n\n## To compile and run C program\n\n```bash\ngcc index.c -o compiledBinary \u0026\u0026 ./compiledBinary\n```\n\n| **Format specifier** | **Used for**      | **Example**       |\n| -------------------- | ----------------- | ----------------- |\n| `%d` or `%i`         | integer data type | 2                 |\n| `%f`                 | float data        | 23.56             |\n| `%c`                 | Character         | K                 |\n| `%s`                 | String            | shehzad           |\n| `%p`                 | Pointers          | \u0026Memory addresses |\n\n### 32 Reserved keywords in C\n\nKeywords are reserved name that have some pre-defined meaning in C language.\n\n|          |         |        |          |       |\n| -------- | ------- | ------ | -------- | ----- |\n| auto     | double  | int    | struct   | break |\n| else     | long    | switch | case     | enum  |\n| register | typedef | char     | extern  | return |\n| union    |\n| continue | for     | signed | void     |\n| do       | if      | static | while    |\n| default  | goto    | sizeof | volatile |\n| const    | float   | short  | unsigned |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshehza-d%2Flearning-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshehza-d%2Flearning-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshehza-d%2Flearning-c/lists"}