mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-19 15:35:05 +00:00
[PR #1032] [CLOSED] Code to find prime numbers in a given range #1577
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1032
Author: @arnab7070
Created: 10/11/2022
Status: ❌ Closed
Base:
master← Head:arnab7070📝 Commits (1)
a402a04Code to find prime numbers in a given range📊 Changes
1 file changed (+30 additions, -0 deletions)
View changed files
➕
misc/PrimeInRange.c(+30 -0)📄 Description
Description of Change
I have written a code where you can find out prime numbers in a given range.
References
Checklist
Notes:
Please accept & merger my pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.