#1. ________ functions are used to accept values into variables.
Next
#2. C was invented and first implemented by ________
Next
#3. _______ is a way of organizing all data items in order to represent the logical relationship existing between individual elements of data.
Next
#4. A _______ is a collection of records.
Next
#5. __________ is the process of allocating memory at the run time instead of allocating at the compilation time.
Next
#6. ___________ are collections of unlike data types just as arrays are collection of like data types.
Next
#7. A _________ is a self contained program segment that carries out some specific, well defined task.
Next
#8. An _______ is a group of elements that have common characteristics and share a common name.
Next
#9. Integer that specifies the graphics driver to be used.
Next
#10. ________ may be a single value or it may be a set of values, whether it is a single value or group of values to be processed it must be organized in a particular fashion.
Next
#11. Each variable is stored in a particular area of the__________
Next
#12. Each array element is referred to by specifying the array name followed by its ____________ enclosed in square brackets.
Next
#13. By default, the memory size for variable is allocated at compile time is known as
Next
#14. By using functions we can passing arguments only by ______
Next
#15. The else clause like the if clause can contain compound statements, a clause of the if statement may contain another if statement known as _________
Next
#16. The C language is accompained by a collection of ___________ that provide necessary information.
Next
#17. First development of C in the year ________
Next
#18. Integer, Float, Character, String and Pointers are said to be _________
Next
#19. ________ and _______ are examples of library functions.
Next
#20. An ________ is declared in the same manner as ordinary variables, except that each array name must be accompained by a size specification.
Next
#21. _____________ displays a string in the viewport.
Next
#22. The header file required by the standard input/output library functions is called __________
Next
#23. In __________, a committee was established to create an ANSI standard that would define the C language once and for all.
Next
#24. Individual structure members can be referenced with the ______ operator.
Next
#25. The Subscript used to declare an array is sometimes called a _________
Next
#26. Which is the highest language?
Next
#27. Writes a character to a file.
Next
#28. In Pointer, there are __________ operators can be used.
Next
#29. Declaration for the array is often referred to as ______________
Next
#30. The values that follow the keyword ________ can only be labels.
Next
#31. _______ is allowed to input a single character from the terminal.
Next
#32. Which is not a middle level language?
Next
#33. A _________ is a collection of variable number of data items of same type.
Next
#34. Dynamically allocated memory is deallocated with the _____ function.
Next
#35. Address of operator is _____
Next
#36. The ________ group may appear anywhere within the switch statement.
Next
#37. Which is Lowest level language?
Next
#38. _________ is used to execute a group of statements repeatedly until the condition is satisfied.
Next
#39. ________ moves the current position a relative distance.
Next
#40. Stack operates by ________
Next
#41. Which will “give the memory back” to the stock of memory sometimes called?
Next
#42. _________ statement is exit controlled loop.
Next
#43. Format string %d is ____
Next
#44. Reads a string from a file.
Next
#45. A _________ is a mutually exclusive collection of variables of which only one should be used at any given time.
Next
#46. ________ are used to pass parameter between functions.
Next
#47. High level programming like pascal, c etc can be support by
Next
#48. Calloc() requires ________ arguments.
Next
#49. The size of each character can be magnified using the _________ factor.
Next
#50. Returns non zero if error has occurred.
Next
#51. calloc() will return a ______ pointer, if the memory allocation was successful.
Next
#52. To check whether the given character is an alphabet.
Next
#53. FIFO means
Next
#54. _________ draws and fills an elliptical pie slice.
Next
#55. To represent any alphabet or special symbol
Next
#56. _________ variables are always declared within a function and are local to the function in which they are declared.
Next
#57. ________ can be used to evaluate arithmetic expression.
Next
#58. Associates an existing stream with a new file.
Next
#59. It is possible to pass entire structures to ______ as well as supply them as return values.
Next
#60. _________ is a process whereby a function calls itself repeatedly, until some specified condition has been satisfied.