[ create a new paste ] login | about

Debanjan

Name: Debanjan Chanda
Email:
Site/Blog: https://nthrgeek.wordpress.com/
Location:
Default language: C++
Favorite languages: C,C++,Python
About: Check my blog

Saved pastes by Debanjan:

C, pasted on Dec 6:
1
2
3
4
5
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define BIG_ENDIAN 0
#define LITTLE_ENDIAN 1
...
view (29 lines, 3 lines of output)
C, pasted on Nov 26:
1
2
3
4
5
#include <stdio.h>

int main(void){
	int i,count = 0;
	for (i=0; ~i<20; i--){
...
view (11 lines, 2 lines of output)
C++, pasted on Oct 30:
1
2
3
4
5
/* http formatter for orkut */

#include <iostream>
#include <string>
#include <fstream>
...
view (47 lines)
C, pasted on Oct 27:
1
2
3
4
5
/* Program to print the Wiggly-worm pattern */

/*(My friends code)*/
/* Author  : Saurabh Manchanda */
/* Contact : saurabh29789@gmail.com */
...
view (103 lines, 1 line of output)