Computer Science - Online Test

Q1. If m x a + n x b is an invariant for the assignment a, b : = a + 8, b + 7, the values of m and n are
Answer : Option B
Explaination / Solution:
No Explaination.


Q2. Which of the following is called as compile time operators?
Answer : Option A
Explaination / Solution:
No Explaination.


Q3. The strlen() takes a null terminated byte string source as its argument and returns its length.
Answer : Option B
Explaination / Solution:
No Explaination.


Q4. A user-defined which has the combination of data items with different data types.
Answer : Option A
Explaination / Solution:
No Explaination.


Q5. Characteristics of Destructors
Answer : Option D
Explaination / Solution:
No Explaination.


Q6. How many categories of data types available in C++?
Answer : Option C
Explaination / Solution:
No Explaination.


Q7. The set of statements that are executed again and again in iteration is called as:
Answer : Option B
Explaination / Solution:
No Explaination.


Q8. Which of the following is the collection of variables of the same type that an referenced by a common name ?
Answer : Option C
Explaination / Solution:
No Explaination.


Q9. The identifiable entity with some characteristics and behaviour is.
Answer : Option B
Explaination / Solution:
No Explaination.


Q10. The variables declared inside the class are known as data members and the functions are known as
Answer : Option C
Explaination / Solution:
No Explaination.