[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: Brocade

9. He wrote one program and asked output of it.
void main(){
int i=1,j=2,k=3;
if (++i || j++ || --k)
printf("%d %d %d",i,j,k);
}

Answer:

2 2 3

Post Your Answer Here:      Public      Private

Rate This: +0 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here