[{"id":209319,"question":"Which of the following is \"stringzizing operator\"?","choices":[{"text":"$","value":"A"},{"text":"%","value":"B"},{"text":"#","value":"C"},{"text":"?","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209318,"question":"Which of the following functions are used in unformatted data files.","choices":[{"text":"Fscanf","value":"A"},{"text":"Fwrite","value":"B"},{"text":"Fread","value":"C"},{"text":"fscanf &amp; fwrite","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209317,"question":"Write the last element of the following array.<div>Char flag [] =\" FALSE\"</div>","choices":[{"text":"E","value":"A"},{"text":"e","value":"B"},{"text":"/O","value":"C"},{"text":"\\O","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209316,"question":"If you declare an array without stating the elements it will be set to","choices":[{"text":"A null value","value":"A"},{"text":"Zero","value":"B"},{"text":"Garbage value","value":"C"},{"text":"Set of words","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209315,"question":"In mixed mode expressions.","choices":[{"text":"Operands of lower type get automatically converted to higher type","value":"A"},{"text":"Operands of higher type get automatically converted to lower type.","value":"B"},{"text":"Operands of higher and lower type get in there changed","value":"C"},{"text":"Operands of lower type get automatically converted to lower type.","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209314,"question":"The storage class of a local variable is","choices":[{"text":"Auto","value":"A"},{"text":"Static","value":"B"},{"text":"Extern","value":"C"},{"text":"Register","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209313,"question":"Which of the following is an advantage of using macros over functions.","choices":[{"text":"Functions must have parameters, macros do not","value":"A"},{"text":"The code associated with a function is expanded in line","value":"B"},{"text":"Values passed to function must be of specific data type","value":"C"},{"text":"The code associated with a function is not expanded in line.","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209312,"question":"Multiple macro can be defined by placing _____ at teh end of each line except the last.","choices":[{"text":"/","value":"A"},{"text":"\\","value":"B"},{"text":"#","value":"C"},{"text":"$","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209311,"question":"The getchar ()function reads a","choices":[{"text":"String from a file","value":"A"},{"text":"Character from a file","value":"B"},{"text":"String from the key board","value":"C"},{"text":"Character from the keyboard","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209310,"question":"A function protoype is","choices":[{"text":"A definition of the function","value":"A"},{"text":"a declaration statement in the called program","value":"B"},{"text":"A declaration statement in the called program","value":"C"},{"text":"A function call in the program","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209309,"question":"The header file contains the function prototypes to the standard input /output library functions and information used by them.","choices":[{"text":"&lt;std I/O .h&gt;","value":"A"},{"text":"&lt;stdio .h&gt;","value":"B"},{"text":"&lt; stdib.h&gt;","value":"C"},{"text":"&lt;studio.h&gt;","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209308,"question":"How many characters can is string hold when declared as char name [20];?","choices":[{"text":"18","value":"A"},{"text":"19","value":"B"},{"text":"20","value":"C"},{"text":"21","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209307,"question":"What is the reslutl of the expression 6+12*3 -4/2?","choices":[{"text":"22","value":"A"},{"text":"25","value":"B"},{"text":"40","value":"C"},{"text":"45","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209306,"question":"The benefit of using enumeration data types in a program is","choices":[{"text":"Program becomes shorter","value":"A"},{"text":"Program becomes longer","value":"B"},{"text":"Program is easy to understand","value":"C"},{"text":"Program become complex","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209305,"question":"When a program is running the value of a constant","choices":[{"text":"Can be changed","value":"A"},{"text":"Cannot be used","value":"B"},{"text":"I always hidden","value":"C"},{"text":"Cannot be changed","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209304,"question":"C program language vas developed by.","choices":[{"text":"Dennis Ritchie","value":"A"},{"text":"Ken thompson","value":"B"},{"text":"Bill Gates","value":"C"},{"text":"Peter Norton","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209303,"question":"An example of a value parameter is the code above is.","choices":[{"text":"x","value":"A"},{"text":"y","value":"B"},{"text":"c","value":"C"},{"text":"foo","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209302,"question":"The function 'foo' returns the following type as result.","choices":[{"text":"Ineger","value":"A"},{"text":"No result is returned","value":"B"},{"text":"Float","value":"C"},{"text":"Double","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209301,"question":"The declaration \"void foo (int, x int &amp; y)\" is called a","choices":[{"text":"Function body","value":"A"},{"text":"Function type","value":"B"},{"text":"Function stereotype","value":"C"},{"text":"Function prototype","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209300,"question":"\"c\" is called.","choices":[{"text":"Actual parameter","value":"A"},{"text":"Local variable","value":"B"},{"text":"Formal parameter","value":"C"},{"text":"Global variable","value":"D"},{"value":"E"}],"correctAnswer":2}]