Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Why &(a+1) is not allowed
#include<stdio.h> int main(void) { int a[2][2] = {{1,2},{3,4}}; printf("%u %u %u %u \n", a, a+1, &a+1, &(a+1)); return 0; }
run
|
edit
|
history
|
help
1
else if
day 3 integer manipulation
22nd HW Switchv0.1
MATRICES DE CADENAS CON PUNTEROS
holiwis
lab 12 v1
problemapi2
pattern 12
SUMALE UNO
bitwise operations