Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Address.c
//gcc 5.4.0 #include <stdio.h> int main(void) { char ch1='A',ch2='B'; int n1=100,n2=100000; printf("value of ch1=%c,\t",ch1); printf("address of ch1=%p\n",&ch1); printf("value of ch2=%b,\t",ch2); printf("address of ch2=%p\n",&ch2); printf("value of n1=%d,\t",n1); printf("address of n1=%p\n",&n1); printf("value of n2=%d,\t",n2); printf("address of n2=%p\n"); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
lab 12 v0.1
good Job
TruncatablePrime
Matrices de cadenas con *punteros
ATM
Conditional logic.c
Ptr_to_fct__v2
A_141212_OrdenarArray
PREGUNTA 2, GUÍA 4, MÓDULO 3 FINALIZADA
segundo avance de la lista enlazada
Please log in to post a comment.