{"id":15049159,"url":"https://github.com/praabindhp/infix_to_postfix_eval","last_synced_at":"2026-01-01T23:03:53.510Z","repository":{"id":135519826,"uuid":"341781888","full_name":"praabindhp/Infix_To_Postfix_Eval","owner":"praabindhp","description":"C Program For Infix To Postfix Evaluation","archived":false,"fork":false,"pushed_at":"2021-02-24T05:01:44.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T19:28:13.033Z","etag":null,"topics":["c-programming-language","code","evaluation","infix-to-postfix"],"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/praabindhp.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":"2021-02-24T04:46:54.000Z","updated_at":"2023-01-27T05:16:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"42b23aaf-1c3c-407b-a259-005cc3e53a35","html_url":"https://github.com/praabindhp/Infix_To_Postfix_Eval","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"b9e2dd2eb002af30c383165894a3eb5f9da7d6f4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FInfix_To_Postfix_Eval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FInfix_To_Postfix_Eval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FInfix_To_Postfix_Eval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FInfix_To_Postfix_Eval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praabindhp","download_url":"https://codeload.github.com/praabindhp/Infix_To_Postfix_Eval/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500974,"owners_count":20300817,"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-programming-language","code","evaluation","infix-to-postfix"],"created_at":"2024-09-24T21:18:39.302Z","updated_at":"2026-01-01T23:03:48.456Z","avatar_url":"https://github.com/praabindhp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infix_To_Postfix_Eval\nC Program For Infix To Postfix Evaluation\n\nC is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.\n\nThis Is A C-Program To Illustrate The Operations To Convert Infix To Postfix Evaluation\n\nInfix expression is an expression in which the operator is in the middle of operands, like operand operator operand. Postfix expression is an expression in which the operator is after operands, like operand operator. Postfix expressions are easily computed by the system but are not human readable.\n\nThe Operations/Error Illustrated :\n\n    1. Stack is full\n\n    2. Stack is empty\n\n    3. Exception Has Popped Up\n\nThe User Will Be Prompted To :\n\n    1. Covert Infix To Postfix Expression\n\n    2. Enter Your Expression\n\n    3. To Quit Enter Fullstop(.)\n\nThe GCC File Also Have Been Pushed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Finfix_to_postfix_eval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraabindhp%2Finfix_to_postfix_eval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Finfix_to_postfix_eval/lists"}