Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Prime number c program Code Example
prime number c program
int isPrime(int n) { for (int i = 2; i < n; i++) if (n % i == 0) return 0; return 1; }
Next
Previous
C
Related
inserting array Code Example
pg_restore: error: input file appears to be a text format dump. Please use psql. Code Example
create role in psql with password Code Example
how compress string in c Code Example
PATH_MAX Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
8