computer-science-object-oriented-programming-using-cpp Related Question Answers

151. A member function uses the correct object when you call it because





152. Two access specifiers in C++ are





153. Which of the following is the fourth problem-solving step?






154. Within parentheses, catch blocks can have _____





155. The while loop is referred to as a(n) _____ loop because the loop condition is tested at the beginning of the loop





156. The word case used in the switch statement represents a






157. Function templates _____________





158. The statement int num[2][3]={ {3,8,6}, {9,4,7}};





159. Private data can be accessed by





160. The store of memory available to programs is the _____





161. The most common operation used in constructors is _____





162. When a function performs tasks based on a decision, it has _____





163. To create a template class, you begin with _________





164. A variable is _____




165. A function can






166. The statement float values[]={3.14, -7.86, 36.96, 4.87};





167. A constructor initialization list is preceded by _____





168. When the compiler places a copy of a small function's statements directly into a program, the function is said to be _____





169. A group of related fields that contain all of the data about a specific person, place, or thing is called a





170. To send output to a file, you need to include the _____ header file in your program






171. A C++ _____ is a program that runs in a DOS window





172. A difference, between reference variables and pointers is that





173. A 'C function does not contain





174. _____ variables remain in memory until the program ends






175. The outline or the definition of a function is called its





Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution