Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pointer1
//Title of this code //clang 3.4 #include <stdio.h> int main(void) {char *ptr; char myArray[7]={'R','o','m','a','n','i','a'}; ptr = myArray; printf("%c",ptr[3]); return 0; }
run
|
edit
|
history
|
help
0
Deadlock
C_141106_Potencia
Atoi without minus
18BCE2182 MIDTERM PART-B ATOMIC
Bitwise Operations
20171030_TRIANGULO
simple insertion sort
Matrix rotation 90-degree
readability!
Refcount220323