[{"id":18159,"question":"A binary stream is a sequence of bytes with a.....................correspondence to those on the external devices","choices":[{"text":"One-to-many","value":"A"},{"text":"Many-to-many","value":"B"},{"text":"Many-to-one","value":"C"},{"text":"One-to-one","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":18158,"question":"Which of the following functions is used to write a string to a file?","choices":[{"text":"Puts()","value":"A"},{"text":"Pute()","value":"B"},{"text":"fputs()","value":"C"},{"text":"fgets()","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18157,"question":"Which of the following mode open only an existing file for both reading and writing","choices":[{"text":"\"w\"","value":"A"},{"text":"\"w+\"<br>","value":"B"},{"text":"\"r+\"","value":"C"},{"text":"\"a+\"","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18156,"question":"A file is stored in","choices":[{"text":"RAM","value":"A"},{"text":"Hard disk","value":"B"},{"text":"ROM","value":"C"},{"text":"Cache","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18155,"question":"An external variable is variable can be referenced in a declaration","choices":[{"text":"In main () only","value":"A"},{"text":"In the first function that uses it","value":"B"},{"text":"In any function that uses it","value":"C"},{"text":"Outside of any function","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18154,"question":"An external variable is defined in a declaration","choices":[{"text":"In main () only","value":"A"},{"text":"In the first function that uses it","value":"B"},{"text":"In any function that mean it","value":"C"},{"text":"Outside of any function","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":18153,"question":"Which of the following can be passed to a function via arguments?","choices":[{"text":"Constants","value":"A"},{"text":"Variables (with values)","value":"B"},{"text":"Expressions","value":"C"},{"text":"Preprocessor directives","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18152,"question":"The variables commonly used in C functions are accessible","choices":[{"text":"To all other functions","value":"A"},{"text":"To only one function","value":"B"},{"text":"To specific functions","value":"C"},{"text":"To special functions","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":18151,"question":"How many types of functions are present in C-language?","choices":[{"text":"One","value":"A"},{"text":"Two","value":"B"},{"text":"Three","value":"C"},{"text":"Four","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":18150,"question":"A built-in function","choices":[{"text":"Cannot be redefined","value":"A"},{"text":"Can be redefined","value":"B"},{"text":"Cannot return a value","value":"C"},{"text":"Should be redefined","value":"D"},{"value":"E"}],"correctAnswer":2}]