Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
pointeurs en C
glfl
Programming language:
Whatever
2021-06-28 21:27:05
0
Q:
pointeurs en C
Jnani Jenny Hale
Code:
Whatever
2021-07-24 02:33:11
int
age =
10
;
int
*pointeurSurAge = &age;
printf
(
"%d"
, *pointeurSurAge);
0
Related
pointer inside structure in c
structure and function in c
string compare in c
recursion questions in c
les fichiers en c
declare structure in c
New to Communities?
Join the community