

InterviewSolution
Saved Bookmarks
1. |
Which of the following will lead to a compile-time error? Mark all that apply. if (a> b) then c = 0; if a b, then c = 0; if (a > b) { c = 0; } if (a > b) c = 0; if a b { c = 0; } if (a> b) c = 0 else b = 0; if (a > b) ( c = 0; ) |
Answer» SUBMIT SUNIL Sunil I'm so so shil shil funny full STILL CNN full told Dhoom still Dynamo |
|