Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
strcpy template
dynamic memory allocation.c
18BCE2182 ASSESS_1 Q2-1
PREGUNTA 3 FICHERO
Absolute valu
Fhk
Hello world.c
Project 3 Part 1 v1.0
DIGITOS DE U. A DECENAS
bitmask shift
Please log in to post a comment.