[{"id":209279,"question":"The given statement of FILE * fptr,","choices":[{"text":"Defines a pointer to the pre defined structure type FILE","value":"A"},{"text":"Define a pointer to the user defined structure type FILE.","value":"B"},{"text":"define a pointer to the pre defined data type FILE DESCRIPTOR","value":"C"},{"text":"Creates a file pointed by fptr","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209278,"question":"While declaring an array in C as datatype array name [size] the size can be.","choices":[{"text":"Any constant","value":"A"},{"text":"An integer constant","value":"B"},{"text":"Any variable","value":"C"},{"text":"Any initialized integer variable","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209277,"question":"What is the meaning of self referential structure.","choices":[{"text":"Array of structure","value":"A"},{"text":"Single structure","value":"B"},{"text":"Structure calling it's parent structure.","value":"C"},{"text":"Structure calling another structure.","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209276,"question":"How is a variable accessed from another file.","choices":[{"text":"The global variable is reference via the extern specifier","value":"A"},{"text":"The global variable is referenced via the auto specifier","value":"B"},{"text":"The global variable is referenced via the global specifier","value":"C"},{"text":"None of above","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209275,"question":"What does the \"auto\" specifier do.","choices":[{"text":"It automatically initializes a variables to 0","value":"A"},{"text":"It indicates that a variables memory will automatically be preserved","value":"B"},{"text":"It automatically increments the variable when used.","value":"C"},{"text":"It automatically initializes a variable to NULL","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":209274,"question":"Which one of the following will read a character from the keyboard and will store it in the variable.","choices":[{"text":"c = getc ()","value":"A"},{"text":"getc (&amp;c)","value":"B"},{"text":"c = getchar ()","value":"C"},{"text":"c = getchar (stdin)","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209273,"question":"Which one of the following will declare a pointer to an integer at address 0 x 200 in memory.","choices":[{"text":"int \" x, \" x = 0 x 200;","value":"A"},{"text":"int \" x, = &amp; 0 x 200;","value":"B"},{"text":"int \" x, = \"0 x 200;","value":"C"},{"text":"int \" x, = 0 x 200","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209272,"question":"What is the difference between a declaration and a definition of a variable.","choices":[{"text":"Both can occur multiple times but a declaration must occur first.","value":"A"},{"text":"There is no difference between them","value":"B"},{"text":"A declaration occurs once but a definition may occur many times.","value":"C"},{"text":"Both can occur multiple times but a definition must occur first.","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209271,"question":"What is the output of the above program.","choices":[{"text":"5","value":"A"},{"text":"8","value":"B"},{"text":"Runtime error","value":"C"},{"text":"Syntax error","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209270,"question":"How many union members can be initialized.","choices":[{"text":"Only one member of union at any one time.","value":"A"},{"text":"Any number of members of a union at one time","value":"B"},{"text":"Union members can not be initialized","value":"C"},{"text":"Only two members of a union at any one time.","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209269,"question":"The number of arguments for realloc ( ) function is.","choices":[{"text":"0","value":"A"},{"text":"1","value":"B"},{"text":"2","value":"C"},{"text":"3","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209268,"question":"When function is recursively called all the automatic variable are stored in a.","choices":[{"text":"Stack","value":"A"},{"text":"Array","value":"B"},{"text":"Register","value":"C"},{"text":"Linked list","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209267,"question":"Which of the following function calculates the square of 'X' in C.","choices":[{"text":"sr (X)","value":"A"},{"text":"Pow (2,X)","value":"B"},{"text":"Pow(X,2)","value":"C"},{"text":"None of above","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209266,"question":"What is the base data type of a pointer variable by which the memory would be allocated to it.","choices":[{"text":"Int","value":"A"},{"text":"Float","value":"B"},{"text":"No data type","value":"C"},{"text":"Unsigned int","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209265,"question":"Given b=110 and c =20, what is the value of 'a' after execution of the expression a = b -= c + =5?","choices":[{"text":"10","value":"A"},{"text":"450","value":"B"},{"text":"110","value":"C"},{"text":"-10","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":209264,"question":"Function have","choices":[{"text":"Local scope","value":"A"},{"text":"Block scope","value":"B"},{"text":"File scope","value":"C"},{"text":"Function scope","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209263,"question":"A function with no definition","choices":[{"text":"I san invalid function","value":"A"},{"text":"Produces syntax error","value":"B"},{"text":"Result into runtime error","value":"C"},{"text":"Is allowed and is known as dummy function","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209262,"question":"The storage class controls","choices":[{"text":"Life time of a variable","value":"A"},{"text":"Linkage of a variable","value":"B"},{"text":"Scope of a variable","value":"C"},{"text":"a , b and c above","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":209261,"question":"Which operator from the following has the lowest priority.","choices":[{"text":"Assignment operator","value":"A"},{"text":"Division operator","value":"B"},{"text":"Common operator","value":"C"},{"text":"Conditional operator","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":209260,"question":"The associativity of ++ operator is","choices":[{"text":"For arithmetic expression and","value":"A"},{"text":"For pointer expression","value":"B"},{"text":"For pointer expression and","value":"C"},{"text":"For pointer express in and","value":"D"},{"value":"E"}],"correctAnswer":2}]