{"id":23363259,"url":"https://github.com/aakash3279/placement-programming-questions","last_synced_at":"2025-04-07T21:48:03.056Z","repository":{"id":241584100,"uuid":"805190137","full_name":"Aakash3279/PLACEMENT-PROGRAMMING-QUESTIONS","owner":"Aakash3279","description":"LIST OF IMPORTANT PROGRAMS FOR CAMPUS  PLACEMENTS OF VARIOUS COMPANIES","archived":false,"fork":false,"pushed_at":"2024-11-30T13:07:20.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T23:19:02.889Z","etag":null,"topics":["coding","coding-challenges","coding-interviews","java","java-8","jobs","placement-preparation","practice-programming","programming-exercises"],"latest_commit_sha":null,"homepage":"","language":null,"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/Aakash3279.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-05-24T04:16:07.000Z","updated_at":"2024-12-10T18:30:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e55c9af-c191-4f4e-9fa6-e67395d613e9","html_url":"https://github.com/Aakash3279/PLACEMENT-PROGRAMMING-QUESTIONS","commit_stats":null,"previous_names":["aakash3279/placement-programming-questions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aakash3279%2FPLACEMENT-PROGRAMMING-QUESTIONS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aakash3279%2FPLACEMENT-PROGRAMMING-QUESTIONS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aakash3279%2FPLACEMENT-PROGRAMMING-QUESTIONS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aakash3279%2FPLACEMENT-PROGRAMMING-QUESTIONS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aakash3279","download_url":"https://codeload.github.com/Aakash3279/PLACEMENT-PROGRAMMING-QUESTIONS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737740,"owners_count":20987718,"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":["coding","coding-challenges","coding-interviews","java","java-8","jobs","placement-preparation","practice-programming","programming-exercises"],"created_at":"2024-12-21T12:40:10.549Z","updated_at":"2025-04-07T21:48:03.033Z","avatar_url":"https://github.com/Aakash3279.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# placement-programming-questions\n\n1.Write a program to identify if the character is a vowel or consonant\n\n2.Write a program to identify if the character is an alphabet or not\n\n3.Write a program to find ASCII values of a character\n\n4.Write a program to find Number of digits in an integer\n\n5.Write a program to find Factorial of a number\n\n6.Write a program to find Fibonacci series up to n\n\n7.Write a program to identify of the a number is positive or negative\n\n8.Write a program to identify if the number is even or odd\n\n9.Write a program to find Area of a circle\n\n10.Write a program to find Area of a rectangle\n\n11.Write a program to find Area of a Triangle\n\n12.Write a program to find Sum of digits of a number\n\n13.Write a program to find Sum of N natural numbers\n\n14.Write a program to find Sum of numbers in a given range\n\n15.Write a program to reverse a given number\n\n16.Find the LCM of two numbers\n\n17.Write a program to identify if the number is Strong number or not\n\n18.Write a program to identify if the number is Perfect number or not\n\n19.Write a program to find Power of a number\n\n20.Write a program to find the Factors of a number\n\n21.Write a program to Add two fractions\n\n22.Write a program to find GCD of two numbers\n\n23.Write a program to identify if the number is Armstrong number or not\n\n24.Write a program to find Greatest of two numbers\n\n25.Write a program to find Greatest of three numbers\n\n26.Write a program to identify if the year is Leap year or not\n\n27.Write a program to identify if the number is Prime number or not\n\n28.Write a program to identify if the number is Palindrome or not\n\n29.Write a program to print prime numbers in a given range\n\n30.Write a program to print Armstrong numbers between two intervals\n\n31.Write a program to express a number as a sum of two prime numbers\n\n32.Write a program to Replace all 0’s with 1 in a given integer\n\n33.Write a program to print Pyramid pattern using stars\n\n34.Write a program to print Pyramid pattern using numbers\n\n35.Write a program to print Palindromic pyramid pattern printing\n\n36.Write a program to calculate Maximum number of handshakes\n\n39.Write a program to find the Quadrants in which coordinates lie\n\n40.Write a program to Convert digit/number to words\n\n41.Write a program to find Number of days in a given month of a given year\n\n42.Write a program to find Permutations in which n people can occupy r seats in a classroom\n\n43.Write a program for Binary to decimal conversion\n\n44.Write a program for Decimal to binary conversion\n\n45.Write a program for Binary to octal conversion\n\n46.Write a program for Octal to binary conversion\n\n47.Write a program for Decimal to octal conversion\n\n48.Write a program for Octal to decimal conversion\n\n49.Write a program to find number of times digit 3 occurs in each and every number from 0 to n\n\n50.Write a program to find number of integers which has exactly 9 divisors\n\n51.Write a program to find roots of a quadratic equation\n\n52.Write a program to print Solid and hollow rectangle star pattern\n\n53.Write a program to print Diamond pattern printing using stars\n\n54.Write a program to print Diamond pattern printing using numbers\n\n55.Write a program to print Floyd’s triangle\n\n56.Write a program to print Pascal triangle\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakash3279%2Fplacement-programming-questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakash3279%2Fplacement-programming-questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakash3279%2Fplacement-programming-questions/lists"}