{"id":20455162,"url":"https://github.com/rudrajiii/c_with_linux","last_synced_at":"2025-03-05T10:19:43.332Z","repository":{"id":252583719,"uuid":"840847084","full_name":"Rudrajiii/C_With_Linux","owner":"Rudrajiii","description":"This is the Place Where i am putting all my Codes and Info about C , Whatever i learn , every single thing i am gonna save here through code as well as in visualized way . that's it !! Happy Coding :\u003e 💖","archived":false,"fork":false,"pushed_at":"2024-12-11T18:23:21.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T23:25:37.717Z","etag":null,"topics":["c","gcc","linux","ubuntu"],"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/Rudrajiii.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}},"created_at":"2024-08-10T21:44:46.000Z","updated_at":"2024-12-11T18:23:25.000Z","dependencies_parsed_at":"2024-09-06T19:15:27.782Z","dependency_job_id":"3a738671-6350-4cac-81c0-3ffd5f5b85a9","html_url":"https://github.com/Rudrajiii/C_With_Linux","commit_stats":null,"previous_names":["rudrajiii/c_with_linux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudrajiii%2FC_With_Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudrajiii%2FC_With_Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudrajiii%2FC_With_Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudrajiii%2FC_With_Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rudrajiii","download_url":"https://codeload.github.com/Rudrajiii/C_With_Linux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005816,"owners_count":20056434,"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","gcc","linux","ubuntu"],"created_at":"2024-11-15T11:18:05.196Z","updated_at":"2025-03-05T10:19:43.303Z","avatar_url":"https://github.com/Rudrajiii.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## What is program?\r\n- set of logically grouped instruction is a program\r\nTypes of programming language?\r\n- LL -\u003e MC_L \u0026 ASM_L\r\n- ML\r\n- HL\r\n- 4GL\r\n- 5GL\r\n\r\n## Software(collection of program)\r\n2 type\r\n- application software\r\n- system software\r\n\r\ncompiler     |    interpreter\r\n1.as a whole      1.line by line\r\n2.fast            2.slow\r\n3.debugging       3.easy debugging\r\ndifficult  \r\n4.no direct\r\noutput            4.direct output\r\n5.ram high        5.ram low\r\n\r\n## Linker\r\n- it is a type of system software which is used to link\r\nobject code \u0026 library to make executable files.\r\n## Loader\r\n- it is a type of system software which is used to load\r\nexecutable files (.exe) from hardisk to ram.\r\n\r\n## Files that are created for each c program\r\n1. source code (.c)\r\n2. object code (.obj)\r\n3.executable file (.exe)\r\n4. backup file (.bak)\r\n\r\nC is case sensative language\r\n\r\n## Variable\r\n- variable is a type of container which is used to hold a perticular type of value and this type is defined by its datatype\r\neg - int x;\r\n\r\n*X is a variable of integer type so it can hold only int type value at a time*\r\n\r\n*whenever a var is defined, memory is allowed for it [2 bytes for integers]*\r\n\r\n*value that was present in those 2 bytes is knows as garbage value*\r\n\r\n## 3 basic terms related to a variable\r\n## defination :\r\ndefination means memory allocation i.e whenever variable is defined , memory is allocated for it;\r\n\r\neg. int x; {2 byte memory is allocated for var x}\r\n\r\n## declaration\r\ndeclaration means information to compile above datatype of variables\r\n\r\nfor eg.\r\nint x; {here info is given to compiler that data type of x is int}\r\n\r\n## initialization\r\n\r\n1st value which is assigned to a variable\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrajiii%2Fc_with_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudrajiii%2Fc_with_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudrajiii%2Fc_with_linux/lists"}