View Full Version : C pp


Pages : [1] 2

  1. DLLs
  2. How do you initialize pointer variable
  3. Can a pointer variable be multiplied
  4. How do you declare and initialize a
  5. Give an example for initializing pointer
  6. Write the syntax for pointer declaration
  7. What are pointer constants
  8. What are pointer variables
  9. Which storage class is used to retain the
  10. What does extern mean in a function
  11. Which data structure logic is used for
  12. What is recursion
  13. What is parameter passing
  14. What is the difference between formal
  15. What is the default return type for
  16. What does function declaration or
  17. What does the function definition
  18. What is a function
  19. What is the difference between structure
  20. Write the syntax for Union declaration
  21. What is slack byte in terms of
  22. Explain the reason why you can’t
  23. Can you perform logical operations on
  24. Can you compare structures like string
  25. What is the other name for member
  26. How do you access structure members
  27. Can the structure variables be initialized at
  28. How do you initialize structure variables
  29. Write the different ways of structure
  30. Write the syntax for structure
  31. Define structure
  32. What are the functions used for accessing
  33. List the operators used for string
  34. Name some functions of string
  35. List the string constructors
  36. List few operations that can be performed
  37. In which class are the strings manipulating
  38. What are dynamic arrays
  39. In a multidimensional (2-D or 3-D) array which
  40. How do you initialize a 2-D
  41. What are the things to be specified when
  42. What are the individual values of arrays
  43. What is an array
  44. What is the other name for counter
  45. What is the other name for sentinel
  46. What is for loop called without the test
  47. What is the difference between break
  48. How many loops can a break exit at
  49. How can you setup time delay for
  50. By which operator are the multiple arguments
  51. Why are while and for called entry
  52. Why is do…while called exit controlled loop
  53. Name the types of loops based on the type of
  54. What are the steps in looping
  55. What is the other name for entry controlled
  56. What is ternary operator? What is its
  57. Where should be the label default placed in
  58. What is the use of decision-making
  59. List the decision-making statements
  60. What are the values stored in storage
  61. What is the other name for global
  62. What is the use of storage classes
  63. What does the header file <utility>
  64. Which file extension does UNIX AT &
  65. Which system use the .cxx file
  66. What are the file extensions which can be
  67. Name the text editors in which a C++
  68. What is the difference between the
  69. Which operator has the lowest precedence
  70. What do you mean by associativity of
  71. What do you mean by operator precedence
  72. What is implicit type conversion
  73. What is the use of “sizeof” operator
  74. Give an example of comma operator and
  75. What are the ternary operators
  76. What is the use of bitwise operators
  77. Explain is the difference between prefix and
  78. What are the unary operators
  79. Give an example for shorthand assignment
  80. Which operator cannot be used with
  81. What do you mean by integer expression
  82. What is the operator for exponentiation
  83. What is the use of keyword volatile
  84. What is the use of keyword const
  85. What is the other name for symbolic
  86. What do you mean by variable and
  87. What is the difference between enum
  88. Give the syntax of enum with an
  89. What is the use of generic
  90. What is the use of void
  91. What is the number of bytes occupied by long double
  92. What is the number of bytes occupied by character
  93. What is the number of bytes occupied by double
  94. What is the number of bytes occupied by float
  95. What is the number of bytes occupied by
  96. What is the range of long double
  97. What is the range of double
  98. What is the range of char
  99. What is the range of float
  100. What is the range of integer
  101. What is other name for built in
  102. Name the derived data types in C++
  103. Name the built in data types in
  104. What are the user defined data
  105. What are the rules to be followed while
  106. What are identifiers
  107. What are constants
  108. What do you mean by initialization of
  109. What are escape sequences
  110. What is string constant
  111. What is single character
  112. How many keywords are there in C++ and
  113. What do you mean keyword
  114. What are the types of tokens in
  115. What are tokens in C++
  116. What do you mean by trigraph
  117. What does the keyword “void”
  118. What do you mean by pre
  119. Is C++ language case sensitive
  120. What is statement terminator in
  121. What comments are used
  122. Can you nest comments in C++
  123. How do you use comments in C++
  124. What is the multi line comment used
  125. What are the applications of
  126. What kind of approach is used by
  127. What are the languages from which
  128. What is the disadvantage of using inline function?
  129. When are the inline functions failed?
  130. What does the declaration of an argument in the function as const mean?
  131. In terms of function overloading what are the steps involved in invoking a function?
  132. What is the order in which default arguments are to be specified?
  133. Give an example for default arguments.
  134. What is the use of default arguments?
  135. Write the syntax for inline function.
  136. What are inline functions?
  137. What is the disadvantage of macros?
  138. What is the use of return by reference? Give an example for return by reference.
  139. How do you declare an open parameter list in function?
  140. Is it legal to use function call on left hand side of an assignment operator?
  141. Which of the following function declaration is correct?
  142. Write the syntax for function definition.
  143. What is the use of function prototyping?
  144. Write the syntax for function prototype.
  145. Is it mandatory to use function prototyping in C++?
  146. What is the difference between main () in C and C++?
  147. What is conditional operator? What is its use?
  148. What is the difference between while and do…while?
  149. Write the syntax of for statement.
  150. Write the syntax for while statement.
  151. Write the syntax for do…while.
  152. Name the exit controlled loop/s.
  153. Name the entry controlled loop/s.
  154. What are the types of loops in C++?
  155. Write the syntax for switch statement.
  156. What is the multiway decision statement in C++.
  157. Write the syntax for if..else.
  158. Write the syntax for simple If.
  159. List the different forms of If statement.
  160. List the control structures in C++.
  161. What is the difference between “constant pointer” and “pointer to a constant”?
  162. What is implicit conversion?
  163. What is integral widening conversion?
  164. Give an example for explicit type conversion of variables used in C++.
  165. What is the linefeed operator used in C++?
  166. What are the manipulators?
  167. What are the memory management operators used in C++?
  168. What is the use of scope resolution operator?
  169. List few new operators used in C++.
  170. Write the syntax of using reference variable.
  171. What is a reference variable and what is its use?
  172. What is dynamic initialization?
  173. What is the advantage of C++ in case of variable declaration?
  174. What is the number of bytes occupied by “sizeof (‘a’)”?
  175. What is the difference between the array declarations in C & C++? Give an example.
  176. List new keywords added to C++.
  177. What is the difference between C & C++ based on name limit?
  178. What are the sections of a C++ program?
  179. What do you mean by cascading of operators? Give an example.
  180. Can you read multiple words using “cin”?
  181. In which header file are cout and Cin found?
  182. What is the identifier used in C++ similar to scanf () in C?
  183. What is the name of the operator “>>”?
  184. What is the name of the operator “<<”?
  185. What is the identifier used in C++ similar to printf () in C?
  186. What is the default return type of main () in C++?
  187. What is namespace?
  188. What is the single line comment used in C++?
  189. What was C++ initially called?
  190. Who has developed C++ and when it has been developed?
  191. What is polymorphism? Explain
  192. What is the use of volatile keyword? Give
  193. What is the difference between macro
  194. What is difference between copy constructor
  195. Define copy constructor? What is the
  196. What is friend func
  197. What is the difference between Function
  198. What is a memory leak? How can
  199. What do you mean by pure
  200. What is a scope resolution
  201. What is abstra
  202. What is an algorithm in terms of
  203. What is the difference between
  204. Why array index starts from
  205. What is the Basic nature of "C in" and
  206. What is importance of const pointer
  207. What are the things contains in
  208. How is static variable stored in the
  209. What is a class
  210. What is the difference between an
  211. What is "strea
  212. What is deference between constructor
  213. Difference between a "assignment operator" and
  214. What are the types of STL
  215. What is the difference between structures
  216. What do you mean by binding of
  217. What is encapsu
  218. How can double dimensional arrays be
  219. What is virtual class and
  220. What is function overloading and
  221. What is the need /use of function
  222. We can overload assignment operator as
  223. What will happen if I say
  224. Can main() be over
  225. Explain the need for "Virtual
  226. What is difference between following
  227. What are auto static variables and
  228. What do you mean by inhe
  229. What are inline func
  230. What is name
  231. How to write a program such that it
  232. How can we define a dynamic memory
  233. Can we take "main function" as
  234. Can you allocate the memory using
  235. What is an obj
  236. What happens to the member pointers
  237. What is operator overloading? what r the
  238. What is the difference between
  239. Why Pointers are not used in C
  240. What is polymorphism? Explain
  241. What is public, protected
  242. Difference between realloc
  243. Can you explain the term "resource
  244. What is RTT
  245. Is there any way to write a class such
  246. Can we generate a C++ source code
  247. What is a temp
  248. What will be output of the following
  249. What is function
  250. Have you heard of "mutable"