[{"id":18149,"question":"Printf() is a","choices":[{"text":"Built-in function","value":"A"},{"text":"User-defined function","value":"B"},{"text":"Local function","value":"C"},{"text":"Keyword","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18148,"question":"Formal arguments are also called","choices":[{"text":"Actual arguments","value":"A"},{"text":"Dummy arguments","value":"B"},{"text":"Original arguments","value":"C"},{"text":"Referenced arguments","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18147,"question":"Which of the following looks for the prototypes of functions are used in a program?","choices":[{"text":"Linker","value":"A"},{"text":"Loader","value":"B"},{"text":"Compiler","value":"C"},{"text":"Parser","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18146,"question":"Which of the following is true about a function call?","choices":[{"text":"Stops the execution of the program","value":"A"},{"text":"Transfers control to the called functions","value":"B"},{"text":"Transfers control to the main function","value":"C"},{"value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18145,"question":"Global variables are created in","choices":[{"text":"RAM","value":"A"},{"text":"ROM","value":"B"},{"text":"Hard disk","value":"C"},{"text":"Cache","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18144,"question":"Function prototypes for built-in function are specified in","choices":[{"text":"Source files","value":"A"},{"text":"Header files","value":"B"},{"text":"Object files","value":"C"},{"text":"Image files","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18143,"question":"A do-while loop is useful when","choices":[{"text":"The body of the loop will never be executed","value":"A"},{"text":"The body of the loop will be executed at least once","value":"B"},{"text":"The body of loop may never be execute","value":"C"},{"value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18142,"question":"In the do while loop the test condition is evaluated","choices":[{"text":"After the loop is executed","value":"A"},{"text":"Before the loop is executed","value":"B"},{"text":"Between the loop is executed","value":"C"},{"text":"All the above","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18141,"question":"The for loop contains the","choices":[{"text":"Initialize expression","value":"A"},{"text":"Test expression","value":"B"},{"text":"Increment expression","value":"C"},{"text":"All the above","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":18140,"question":"Comma operator is also called","choices":[{"text":"Update operator","value":"A"},{"text":"Sequential evaluation operator","value":"B"},{"text":"Unary operator","value":"C"},{"text":"None","value":"D"},{"value":"E"}],"correctAnswer":2}]