Cisco Systems Interview Question
368 Interview Reviews |
Back to all Cisco Systems Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Intern at Cisco Systems:
Helpful Question?
Yes |
No
Inappropriate?
Answers & Comments (2)
int z=0;
while(y!=0){
if((y&1)==1)
z=z+x;
y=y>>1;
x=x<<1;
}
return z;
}
Helpful Answer?
Yes |
No
Inappropriate?
To comment on this
question,
Sign In with Facebook or
Sign Up



0 of 0 people found this helpful
by Interview Candidate: