Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int x=3, y=4; void Fun_1() { printf("%d ", y);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int a=1, b=2, c=3; float x=-1.0, y=2.0, z=3.0; char *s="napis"; float t[10]={0,1,2};
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[10]={0},length=10; //printf("Enter Binary no"); for(length;length>0;length--) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[10]={0},length=10; //printf("Enter Binary no"); for(length;length>0;length--) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #define max 10000 int arr[max]; int main() { int tc,i,s; scanf("%d",&tc); while(tc--) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]=NULL,length=30; //printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; //printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; //printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; //printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5
#include <stdio.h> void main(void) { printf("hello_123!\n"); }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7
#include<stdio.h> int main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d,%d,%d,%d,%d",i,j,k,l,m); }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<stdlib.h> #include<string.h> int main() { char array[5001]; int length,i; long ans[5000];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { int p,c ; p = &c ; printf("%d",p);
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(void) { int p,c ; p = &c ;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<conio.h> void main() { int n=123,d,d1,d2,d3; printf("\nEnter the number:"); scanf("%d",&n);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<stdio.h> void main() { int n=123,d,d1,d2,d3; printf("\nEnter the number:"); scanf("%d",&n);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h>
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { char key[27],dkey[27],message[1002]; int i,t,j; scanf("%d",&t); for(j=0;j<t;j++) { scanf("%s",&key);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { char key[26],dkey[26],message[1002]; int i,t,j; scanf("%d",&t); for(j=0;j<t;j++) { scanf("%s",&key);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { char key[27],dkey[27],message[1002]; int i,t,j; scanf("%d",&t); for(j=0;j<t;j++) { scanf("%s",&key);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { char key[27],dkey[27],message[1002]; int i,t,j; scanf("%d",&t); for(j=0;j<t;j++) { scanf("%s",&key);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void main() { long x; float t; scanf("%f",&t); printf("%d\n",t); x=90; printf("%f\n",x);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(void) { char key[26],dkey[26],message[1002]; int i,t,j; scanf("%d",&t); for(j=0;j<t;j++) { printf("enters loop %d",j);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,var,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int pow(int); int num=0,j=0,i=0,bin[30]={0},length=30; printf("Enter Binary no"); while(length>0) {
...


