edited by
398 views
4 votes
4 votes

edited by

1 Answer

Related questions

1 votes
1 votes
0 answers
1
2 votes
2 votes
0 answers
2
4 votes
4 votes
0 answers
4
gari asked Jan 13, 2018
570 views
#include <stdio.h>int main(){ int arr [3] = {{{1,2},{2,3},{4,5}},{{1,2},{2,3},{4,5}}}; printf("%d %d", arr - arr[0], arr [0]- arr[0][0]); return 0;}