[ create a new paste ] login | about

sakhar

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

Saved pastes by sakhar:

C, pasted on Aug 25:
1
2
3
4
5
#include <stdio.h>

int main()
{
    // Define a pointer (allocte 10 * int)
...
view (28 lines, 9 lines of output)
C, pasted on Dec 22:
1
2
3
4
5
// author: Sakhar Alkhereyf

#include <stdio.h>
struct A{
    int x;
...
view (26 lines, 3 lines of output)