[ create a new paste ] login | about

emanresu

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by emanresu:

C, pasted on Sep 21:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

	int
main()
...
view (15 lines, 1 line of output)
C, pasted on Sep 2:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

	float
f1(int a,int b,int c)
...
view (22 lines, 2 lines of output)
C, pasted on Sep 2:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

	float
f1(int a,int b,int c)
...
view (22 lines, 2 lines of output)
C, pasted on Aug 12:
1
2
3
4
5
#include <stdlib.h>
int main()
{
  int c[2] = {58,59};
  printf("%d",1[c]);
...
view (7 lines, 1 line of output)
C++, pasted on Aug 1:
1
2
3
4
5
int main()
{
int arr[10] = {};
int* p0 = arr + 1; // 1
int* p1 = arr + 10; // 2
...
view (17 lines, 1 line of output)
C++, pasted on Aug 1:
1
2
3
4
5
int main()
{
int arr[10] = {};
int* p0 = arr + 1; // 1
int* p1 = arr + 10; // 2
...
view (17 lines, 3 lines of output)
Plain Text, pasted on Nov 13:
1
2
3
4
5
//Java

class class1
{
	int x1;
...
view (20 lines)
Plain Text, pasted on Nov 13:
1
2
3
4
5
//Java

class class1
{
	int x1;
...
view (20 lines)