View Full Version : C Language


Pages : [1] 2

  1. Navaneetha mca fresher 2008
  2. both are correct in c++?
  3. Does c allows overloading?
  4. What is dangiling pointer?
  5. Can you use address of (&) operator on
  6. Can you pass arrays as arguments to
  7. What is the use of function
  8. What is the difference between #define
  9. What is the use of asserts?
  10. How do you disable asserts after
  11. What are constants?
  12. What are identifiers?
  13. What are the rules to be followed while
  14. Is the following program correct?
  15. Can you use –7 to decrement the value of
  16. What are the languages from which
  17. Who has developed C? When & where has it
  18. What is the other name for C?
  19. What is C89?
  20. What is C99?
  21. What are C99 features?
  22. What are restricted pointers in C99?
  23. What are variable length arrays in C99?
  24. What are the features of C?
  25. How do you explain that C is highly portable?
  26. Where does the program execution begin in C?
  27. How many main () functions can be used in C?
  28. How do use comments in C?
  29. Can you nest the comments in C?
  30. What comments are used for?
  31. What is the statement terminator in C?
  32. Is the C language case sensitive or not?
  33. What do you mean by predefined?
  34. What does the keyword “void” indicate?
  35. Explain the structure of a C program?
  36. How do you execute a C program in MS-DOS?
  37. What do you mean by trigraph sequences?
  38. What are the types of tokens in C?
  39. What do you mean keyword?
  40. How many keywords are there in C?
  41. What is single character constant?
  42. What is string constant?
  43. What are escape sequences?
  44. What do you mean by initialization of variable?
  45. What are the fundamental data types?
  46. What is the range of integer?
  47. What do you mean by type definition?
  48. Give the syntax of enum with an example?
  49. What is the other name for global variable?
  50. What is the use of storage classes?
  51. What are the types of storage classes?
  52. What are the values stored in storage classes when they
  53. What do you mean by variable and “value” of
  54. What is the use of control string in
  55. What does ampersand (&) represent in
  56. What is the other name for symbolic names?
  57. What is the use of the keyword “const”?
  58. What is the use of keyword “volatile”?
  59. What is the operator for exponentiation in C?
  60. What do you mean by integer expression?
  61. Which operator cannot be used with real
  62. Give an example for shorthand assignment
  63. What are the unary operators?
  64. Explain is the difference between prefix and postfix
  65. What is the use of bitwise operators?
  66. What are the ternary operators?
  67. Give an example of comma operator and how is
  68. What is the use of “sizeof” operator?
  69. What is implicit type conversion?
  70. What do you mean by operator precedence?
  71. What do you mean by associativity of an
  72. Which operator has the lowest precedence?
  73. What does “stdio.h” stand for?
  74. Which function is used to read a single character
  75. What is the difference between the operators
  76. What is the use of fflush ()?
  77. In which header file are the getchar () and putchar
  78. What is the other name for control string?
  79. How do you skip an input filed?
  80. What does %[characters] indicate?
  81. What does % [^characters] indicate?
  82. What does the scanf () function return after reading?
  83. What is the use of output format flags “-“ & “0”?
  84. List the decision-making statements.
  85. What is the use of decision-making statements?
  86. List the different forms of “If” statement.
  87. What is the structure of If…else statement?
  88. What is the structure of nested if…else?
  89. Name the multiway decision statement.
  90. Give the structure of switch statement.
  91. Where should be the label default placed in switch
  92. How many levels of nesting of switch statement is
  93. What is ternary operator? What is its use?
  94. What is the other name for entry controlled and exit
  95. Name the entry controlled loops?
  96. Name the exit controlled loop/s?
  97. What are the steps in looping procedure?
  98. Name the types of loops.
  99. Name the types of loops based on the type of counter
  100. Write the structure of while loop.
  101. Write the structure of Do…while.
  102. What is the difference between while and do
  103. Why is do…while called exit controlled loop?
  104. Why are while and for called entry controlled loops?
  105. Write the structure of for loop?
  106. By which operator are the multiple arguments in the increment
  107. How can you setup time delay for loops?
  108. What is the use of break statement in loops?
  109. How many loops can a break exit at a time?
  110. What is the difference between break and
  111. What is the use of continue statement in
  112. Which function is used to come out of a program and
  113. What is for loop called without the test condition?
  114. What is the other name for sentinel controlled
  115. What is the other name for counter controlled
  116. What is an array?
  117. What are the individual values of arrays called?
  118. Why should we allocate one extra element space
  119. What are the things to be specified when
  120. Which is the first subscript of an array 0 or 1?
  121. How do you initialize a 2-D array?
  122. In a multidimensional (2-D or 3-D) array which dimension
  123. What is static memory allocation?
  124. What is dynamic memory allocation?
  125. What are dynamic arrays?
  126. How are dynamic arrays created?
  127. Name some memory management functions?
  128. In which header file are memory management
  129. What is the use of terminating null
  130. What is the disadvantage of using scanf () for
  131. Which function/s do you use to read strings
  132. What is the difference between strcat
  133. Are the following initializations correct? If not,
  134. What is concatenation of strings?
  135. What is the function used to concatenate strings
  136. What is the function used to compare strings
  137. Is this statement correct?
  138. What is the header file required when using
  139. Name some string handling functions.
  140. Which function can be used as an alternative to
  141. What is a function?
  142. What does the function definition should
  143. Write the syntax of function definition.
  144. What is the default return type for
  145. What does function declaration or function
  146. Write the syntax for function prototype.
  147. What is the difference between formal parameters
  148. List the different types of functions.
  149. What is the difference between “call by value” &
  150. Give an example for ANSI C notation of
  151. Give an example for Kernighan & Ritche
  152. What is recursion?
  153. Which data structure logic is used for
  154. What is parameter passing?
  155. What does extern mean in a function
  156. What do you mean by scope of a
  157. What do you mean by visibility of a
  158. Which storage class is used to retain the value of
  159. Which operator is prefixed before the variables of the
  160. Define structure?
  161. Write the syntax for structure.
  162. Write the different ways of structure declaration
  163. How do you initialize structure variables?
  164. Can the structure variables be initialized at
  165. How do you access structure members?
  166. What is the other name for member
  167. Can you compare structures like string
  168. Can you perform logical operations on structure
  169. What is slack byte in terms of
  170. Explain the reason why you can’t compare
  171. What is precedence level of member operator (.) in
  172. Give the syntax of passing structure to
  173. Write the syntax for Union declaration.
  174. What is the difference between structure and
  175. What are pointer variables?
  176. What are pointer constants?
  177. Write the syntax for pointer declaration.
  178. Give an example for initializing pointer
  179. Why does the following initialization give
  180. How do you declare and initialize a
  181. Can a pointer variable be multiplied by
  182. Name some rules for using expressions in
  183. How do you initialize pointer variable
  184. What is call by reference?
  185. What is the difference between "char const *p
  186. What are the basic file operations?
  187. What things are to be specified when we perform
  188. Write the syntax for declaring a file.
  189. Write the syntax for opening a file
  190. What are the different file modes?
  191. What are the additional modes of file
  192. Write the syntax for closing a file?
  193. Why should we close a file once it is
  194. What are the files which are automatically opened when
  195. What is the use of getc() and putc ()
  196. What is EOF?
  197. What is the use of getw () and putw ()
  198. Write the syntax for getc () and putc ()
  199. What is the use of fprintf () and fscanf ()
  200. Write the syntax for fscanf () and
  201. List out the possible errors during file I/O
  202. What is the function used to check end
  203. What does fopen () return when a file is
  204. How can you identify whether a file is opened
  205. List some I/O functions for handling
  206. What is the use of ftell ()?
  207. What is the use of rewind ()?
  208. Write the syntax for ftell ().
  209. Write the syntax for rewind ()?
  210. What is the use of fseek ()?
  211. Write the syntax for fseek ().
  212. How can you identify whether fseek () is
  213. What is the disadvantage of using ‘w’ mode
  214. What is the use of ferror ()?
  215. What is dynamic memory allocation?
  216. List the memory management functions.
  217. What is stack?
  218. What is heap?
  219. What is the use of malloc ()?
  220. Write the syntax for malloc () with an
  221. What is the use of calloc ()?
  222. Write the syntax for calloc ()?
  223. How do you identify whether calloc is
  224. What is the use of free ()?
  225. What is the use of realloc ()?
  226. What is alloca () and why is its use
  227. What do you mean by preprocessor?
  228. List few preprocessor directives.
  229. What are the different categories of preprocessor
  230. What is macro substitution?
  231. Give examples for different macro
  232. What is the difference between #include<xyz.h> &
  233. Write the syntax for pragma directive.?
  234. What is the directive used to discord
  235. What is the use of #error?
  236. What is the use of “#”?
  237. Which operator is used to concatenate two
  238. What are the different types of errors encountered
  239. What is masking?
  240. What does header file <stdlib.h> consist of?
  241. What is a method
  242. Is using exit() the same as
  243. What is indirect
  244. What is the difference between NULL
  245. What is page thrash
  246. What are the advantages of
  247. Can static variables be declared in
  248. How do you override a defined
  249. Can you define which header file to
  250. Can include files be