QUALCOMM Interview Question
246 Interview Reviews |
Back to all QUALCOMM Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Test Engineer Multimedia at QUALCOMM:
write a code to reverse a string without using 2 arrays
See more for this QUALCOMM Test Engineer Multimedia Interview
Helpful Question?
Yes |
No
Inappropriate?
Answers & Comments (1)
Members can
answer or comment on this question
–
Join Now (It's Free) or
Sign In
0 of 0 people found this helpful
by Interview Candidate:
for(int i=0; i=(n/2)+1;i++)
{
//swap
}