[ create a new paste ] login | about

Link: http://codepad.org/Jcc0ve1b    [ raw code | output | fork ]

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

int main() {
    char c = 'a';
    printf("c= &d",c);
}


Output:
1
2
c= &d
Exited: ExitFailure 5


Create a new paste based on this one


Comments: