1,588 views
1 1 vote

print 1-----> print 15    and    print 2 ------>print 15 ?

given ans is 15 20 why 20? 

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
0 0 answers
747
747 views
mohitbawankar asked Jan 6, 2018
747 views
please explain me n=(n&(n<<1));
0 0 votes
0 0 answers
1.1k
1.1k views
balchandar reddy san asked Jan 20, 2019
1,117 views
Let X be the number of times the comparison inside the while loop (i.e. m <= n ) is performed, when mystery(127, 255) is called. Then the value of X is,125656466
1 1 vote
2 2 answers
957
957 views
KISHALAY DAS asked Oct 20, 2016
957 views
My Query is as it is passing by reference so a in M actually refer to location b.So a=a*a=169 will be updated as b.Then how can b be 13?Please anyone rectify me.