Programming Proficiency Test

Programming Proficiency Test

Difficulty Level: Medium
10 Questions
3 Plays
QuizardQuizard

Popular Questions InProgramming Proficiency Test

1

Which data structure is used for implementing recursion?

2

Which of the following is not a valid C variable name?

3

Which keyword is used to prevent any changes in the variable within a C program?

4

To expose a data member to the program, you must declare the data member in the _____ section of the class.

5

When the compiler cannot differentiate between two overloaded constructors, they are called

6

Which type of statement does not occur in computer programs?

7

A function that returns no values to the program that calls it is _____

8

A function that is called automatically each time an object is destroyed is a

9

Which of the following is a type of polymorphism in Java Programming?

10

Sending a copy of data to a program module is called ____