recategorized by
329 views
1 votes
1 votes

recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
2
hrcule asked Jul 20, 2018
613 views
Int A[3]={0,1,2}A++; For this code snippet un C will there be a compilation error,if yes then please explain a bit.
0 votes
0 votes
2 answers
3
hrcule asked Jul 8, 2018
1,314 views
Main(){Int a[3][4]={(1,2,3,4),(5,6,7,8),(9,10,11,12)}Print("\n%u%u%u",a[0]+1,*(a[0]+1),*(*(a+0)+1)));}What will be the output if base address is 10.
4 votes
4 votes
1 answer
4