recategorized by
1,136 views

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
1 answers 1 answer
2.0k
2.0k views
3 3 votes
4 4 answers
4.4k
4.4k views
iarnav asked May 8, 2017
4,438 views
char * a[] = "red shoes";How the space in string constant "red shoes" will be stored in 1-D array in memory?
3 3 votes
2 2 answers
2.0k
2.0k views
sabir asked Nov 24, 2015
2,044 views
Main () { int a [3] [4] = $\begin{pmatrix} 1&2&3&4 \\ 5&6&7&8 \\ 9&10&11&12 \\ \end{pmatrix}$ printf ("\n% u% u% u", a[0]+1, * (a[0] + 1), *(*(a + 0)+1)); }What is the o...
0 0 votes
2 2 answers
4.4k
4.4k views