This quiz contains 10 multiple choice questions and each question have one mark.
1.Consider the following declaration int list [5]={2,4,0,6,1}What will the value assigned to list[5] and list[3]
2.Consider the following declaration int val =50; which option would print : half
3.A function call that sends the copy of its actual parameter to a function is called as:
4.A break statement causes the program control to exist
5.A exist () causes the program control to exist
8.The variable on the left hand side of assignment operator is called
10.The fall through phenomena happen in context of
0 Comments