36051. A program will have one function prototype for each function defined in the programmer-defined section of the program. (Assume that the programmer-defined section is located below the main function.)
36052. The standard input stream, which refers to the keyboard, is called
36053. If the code and fee arrays are parallel, the fee that corresponds to the code stored in the code[3] element is located in the _____ element
36054. Access specifiers are followed by
36055. Elements in an array are identified by a unique _____
36056. To include the double quotes as part of the control string we use the symbol
36057. A C++ statement must end in a
36058. Student senior(); is a(n)_________
36059. The statement int n[4] = {11, -13, 17, 105};
36060. Programmer-defined functions can be
36061. A class D can be derived from a class C, which is derived from a class B, which is derived from a class A
36062. To use the strcpy function, you must include the _____ header file in your program
36063. The number of the relational operators in the C language is
36064. Which of the following tells C++ to display numbers with two decimal places?
36065. Which one of the following is equal to one ampere of current?
36066. We can output text to an object of class ofstream using the insertion operator « because
36067. The operator that allocates new memory is _____
36068. A comment
36069. Which of the following is(are) valid identifier(s)?
36070. The functions go in the _____ section of a class definition
36071. You can throw _____
36072. You invoke a function with a function
36073. Which is a good guideline for creating function names?
36074. Reserving memory during program execution is known as reserving it
36075. "Rohan Motors" is a _____
36076. A programming structure that contains data and a pointer to the next object is a
36077. A variable declared in a function is called a(n) _____ variable
36078. When you write to a file rather than the screen, you use the C++ class _____
36079. Which of the following numerical value(s) is(are) invalid constant(s)?
36080. To use the this pointer with a member function, you _____
36081. A function that is prototype as int calculate(int num); may
36082. A do-while loop contains
36083. The braces that surround the code in a 'C program
36084. The indirection operator is the
36085. Local variables _____
36086. # directives must be present
36087. Programmers prefer to declare almost all variables _____
36088. A(n) _____ is always incremented by a constant amount, whereas a(n) _____ is incremented by an amount that varies
36089. The C++ _____ function generates random numbers
36090. You have declared an integer pointer called point You have also declared an integer called number. Which statement is the correct format?
36091. If you wanted to sort many large objects or structures, it would be most efficient to
36092. A function that is prototyped as double calculate(int num); may ______
36093. The printer can be accessed using the predefined filename _____
36094. The best functions have _____
36095. One of the valid escape sequences used in the C language is
36096. A default constructor
36097. Which of the following will increase the value stored in the first element of the fee array by 2?
36098. Which loop always processes its instructions at least once?
36099. When a new class is derived from an existing class, the derived class member functions _____ have names that differ from base class function names
36100. An Ammeter is found to have a cramped scale.This is because: