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
Add sum.c
WAP in C to print the reverse of a string
Data Types
tom grey wolf
Newtons method
variable arguments 2
FILE_Access
FUNCION strstr()
Project 3 Part 1 v1.1
709 lab 3.1