2012 LATEST PLACEMENT PAPERS OF ALMOST ALL MNC COMPANIES FOR THE ENGINEERING STUDENTS FOR THEIR BETTER CARRIER AND GUIDENCE AND INTERVIEW TIPS FOR THE FRESHERS THAT HELP IN JOB HUNTING FOR THE FRESHERS.
Thursday, February 14, 2008
Aptitude Question No.11
Aptitude Question No.11
void main() { int i=5; printf("%d",i+++++i); } Answer Compiler Error
Explanation The expression i+++++i is parsed as i ++ ++ + i which is an illegal combination of operators.
No comments:
Post a Comment