InterviewSolution
Saved Bookmarks
| 1. |
Which header file is required in C++ to use OOP?(a) iostream.h(b) stdio.h(c) stdlib.h(d) OOP can be used without using any header fileThis question was posed to me in exam.This question is from OOPs Basic Concepts topic in division OOPs Concept & Features of Object Oriented Programming |
|
Answer» Right option is (d) OOP can be used without using any header FILE |
|