Computer Science - Object Oriented Programming Using C++
Exercise : Object Oriented Programming Using C++ - Section 11
- Object Oriented Programming Using C++ - Section 1
- Object Oriented Programming Using C++ - Section 2
- Object Oriented Programming Using C++ - Section 3
- Object Oriented Programming Using C++ - Section 4
- Object Oriented Programming Using C++ - Section 5
- Object Oriented Programming Using C++ - Section 6
- Object Oriented Programming Using C++ - Section 7
- Object Oriented Programming Using C++ - Section 8
- Object Oriented Programming Using C++ - Section 9
- Object Oriented Programming Using C++ - Section 10
- Object Oriented Programming Using C++ - Section 11
36.
Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays
37.
Assume that a program creates and initializes a Short Integer variable named age and a pointer named agePtr, to which it assigns the address of the age variable. Which of the following statements will assign the number 21 to the age variable?
38.
The statement fwrite ( (char*)&objl, sizeof(objl) );
39.
The body of a C++ function is surrounded by _____
40.
Which of the following type casts will convert an Integer variable named amount to a Double type?
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers