Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ptr[]
//gcc 5.4.0 #include <stdio.h> int main(void) { char ptr[]="hello world"; ptr +=2; printf("%c\n",ptr[5]); }
run
|
edit
|
history
|
help
0
FirstCProg
USO DEL strrchr()
Null deref
romitk
Project 3 Part 1 v1.0
DDD
problem4 review fundamentos
B_141121_factorial02
sorted array
Busqueda binaria version iterativa