Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Object Oriented Programming Using C++
Which of the following assigns the number 5 to the area variable?
area 1 = 5
area = 5
area == 5
area --> 5
area < > 5
Correct Answer:
area = 5
← Previous Question
Next Question→
More Questions from
Object Oriented Programming Using C++
The keyword used to define a structure is _____
A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments