[{"id":18109,"question":"Which of the following operators are used to express the conditions?","choices":[{"text":"Arithmetic operator","value":"A"},{"text":"Relational operator","value":"B"},{"text":"Assignment operator","value":"C"},{"text":"Logical operator","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18105,"question":"What keyword does the C language to implement the decision control instruction use?","choices":[{"text":"If","value":"A"},{"text":"Else","value":"B"},{"text":"If-else","value":"C"},{"text":"Both a and c","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":18101,"question":"The statements following else in an if-else construction are executed when","choices":[{"text":"The conditional expression following if is false","value":"A"},{"text":"The conditional expression following if is true","value":"B"},{"text":"The conditional expression following else is false","value":"C"},{"text":"The conditional expression following else is true","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18090,"question":"A,,,,,,,,,,,,,,,,is a series of declarations and statements surrounded by braces.","choices":[{"text":"Compound statement","value":"A"},{"text":"If statement","value":"B"},{"text":"If-else statement","value":"C"},{"text":"Switch statement","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18085,"question":"When we declare the integer as unsigned int num-students then what will be the range of integers?","choices":[{"text":"-32768 to +32767","value":"A"},{"text":"-65535 to 0","value":"B"},{"text":"0 to 5535","value":"C"},{"text":"0 to 4294967295","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18080,"question":"Which of the following is correct?","choices":[{"text":"Sort unsigned int 1","value":"A"},{"text":"Unsigned int I","value":"B"},{"text":"Unsigned I","value":"C"},{"value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18077,"question":"23 is an integer and would occupy two bytes whereas 23L is a integer and would occupy","choices":[{"text":"Two bytes","value":"A"},{"text":"Three bytes","value":"B"},{"text":"Four bytes","value":"C"},{"text":"Six bytes","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18072,"question":"Which of the following function is used for scanf() function preceding the variable name used as an argument?","choices":[{"text":"%","value":"A"},{"text":"$","value":"B"},{"text":"&amp;","value":"C"},{"text":"@","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18056,"question":"If scanf function (&amp;) represented as","choices":[{"text":"Relational operator","value":"A"},{"text":"Logical operator","value":"B"},{"text":"Address operator","value":"C"},{"text":"Precedence operator","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18053,"question":"Which of the following function allows us to enter the data from the keyboard","choices":[{"text":"Printf()","value":"A"},{"text":"Scanf()","value":"B"},{"text":"Getch()","value":"C"},{"text":"Getche()","value":"D"},{"value":"E"}],"correctAnswer":2}]