C Language

 

Results

Previous
Next

#1. ________ functions are used to accept values into variables.

Previous
Next

#2. C was invented and first implemented by ________

Previous
Next

#3. _______ is a way of organizing all data items in order to represent the logical relationship existing between individual elements of data.

Previous
Next

#4. A _______ is a collection of records.

Previous
Next

#5. __________ is the process of allocating memory at the run time instead of allocating at the compilation time.

Previous
Next

#6. ___________ are collections of unlike data types just as arrays are collection of like data types.

Previous
Next

#7. A _________ is a self contained program segment that carries out some specific, well defined task.

Previous
Next

#8. An _______ is a group of elements that have common characteristics and share a common name.

Previous
Next

#9. Integer that specifies the graphics driver to be used.

Previous
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.

Previous
Next

#11. Each variable is stored in a particular area of the__________

Previous
Next

#12. Each array element is referred to by specifying the array name followed by its ____________ enclosed in square brackets.

Previous
Next

#13. By default, the memory size for variable is allocated at compile time is known as

Previous
Next

#14. By using functions we can passing arguments only by ______

Previous
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 _________

Previous
Next

#16. The C language is accompained by a collection of ___________ that provide necessary information.

Previous
Next

#17. First development of C in the year ________

Previous
Next

#18. Integer, Float, Character, String and Pointers are said to be _________

Previous
Next

#19. ________ and _______ are examples of library functions.

Previous
Next

#20. An ________ is declared in the same manner as ordinary variables, except that each array name must be accompained by a size specification.

Previous
Next

#21. _____________ displays a string in the viewport.

Previous
Next

#22. The header file required by the standard input/output library functions is called __________

Previous
Next

#23. In __________, a committee was established to create an ANSI standard that would define the C language once and for all.

Previous
Next

#24. Individual structure members can be referenced with the ______ operator.

Previous
Next

#25. The Subscript used to declare an array is sometimes called a _________

Previous
Next

#26. Which is the highest language?

Previous
Next

#27. Writes a character to a file.

Previous
Next

#28. In Pointer, there are __________ operators can be used.

Previous
Next

#29. Declaration for the array is often referred to as ______________

Previous
Next

#30. The values that follow the keyword ________ can only be labels.

Previous
Next

#31. _______ is allowed to input a single character from the terminal.

Previous
Next

#32. Which is not a middle level language?

Previous
Next

#33. A _________ is a collection of variable number of data items of same type.

Previous
Next

#34. Dynamically allocated memory is deallocated with the _____ function.

Previous
Next

#35. Address of operator is _____

Previous
Next

#36. The ________ group may appear anywhere within the switch statement.

Previous
Next

#37. Which is Lowest level language?

Previous
Next

#38. _________ is used to execute a group of statements repeatedly until the condition is satisfied.

Previous
Next

#39. ________ moves the current position a relative distance.

Previous
Next

#40. Stack operates by ________

Previous
Next

#41. Which will “give the memory back” to the stock of memory sometimes called?

Previous
Next

#42. _________ statement is exit controlled loop.

Previous
Next

#43. Format string %d is ____

Previous
Next

#44. Reads a string from a file.

Previous
Next

#45. A _________ is a mutually exclusive collection of variables of which only one should be used at any given time.

Previous
Next

#46. ________ are used to pass parameter between functions.

Previous
Next

#47. High level programming like pascal, c etc can be support by

Previous
Next

#48. Calloc() requires ________ arguments.

Previous
Next

#49. The size of each character can be magnified using the _________ factor.

Previous
Next

#50. Returns non zero if error has occurred.

Previous
Next

#51. calloc() will return a ______ pointer, if the memory allocation was successful.

Previous
Next

#52. To check whether the given character is an alphabet.

Previous
Next

#53. FIFO means

Previous
Next

#54. _________ draws and fills an elliptical pie slice.

Previous
Next

#55. To represent any alphabet or special symbol

Previous
Next

#56. _________ variables are always declared within a function and are local to the function in which they are declared.

Previous
Next

#57. ________ can be used to evaluate arithmetic expression.

Previous
Next

#58. Associates an existing stream with a new file.

Previous
Next

#59. It is possible to pass entire structures to ______ as well as supply them as return values.

Previous
Next

#60. _________ is a process whereby a function calls itself repeatedly, until some specified condition has been satisfied.

Previous
Finish