Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
null p null q
//gcc 5.4.0 #include <stdio.h> int main(void) { char *p = NULL; char *q = 0; if (p) printf("p"); else printf("nullp"); if(q) printf("q"); else printf("nullq"); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
LinkedListTest
lab6
b=1,c=1
HW2A
Iterated sums
Welcome1
CO Assignment 1 Question 1
more_than_one_break_in_loop
C - printf precision modifiers
linear hybrid cellular automaton utilizing rules 90 and 150 with period of (2^64)-1 for generating high quality random bits is reversible
Please log in to post a comment.