294 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
focus _GATE asked Jun 7, 2015
7,334 views
Consider the following code:for (i=0; i <20; i++) for ( j= 0; j< 10; j++) a[i] = a[i]* j ;a. Give one example of the spatial locality in the code.b. Give one example of t...
1 votes
1 votes
2 answers
3
Anurag_s asked Oct 18, 2015
583 views
consider following code segment  in cmain(){char * z="abc";z[0]='x';printf("%s",z);}what will be behavior of the programa>compiler error   b>runtime error c>no error pr...
0 votes
0 votes
1 answer
4
Isha Karn asked Dec 28, 2014
481 views