-
-
-
-
-
What is memset, and why it is used, When it is used?
I need a simple example progam for this with clear definition
-
Java Polymorphism
Describe why Java supports only runtime polymorphism?
-
Pure Virtual Functions
How can you make a class as interface, if you cannot add any Pure Virtual Function?
-
Compile Time Overloading
What is the requirement of compile time overloading?
-
Array Question
If there are 2 arrays named as test & sample with 20 integer elements in each of these declared as
int test[20],
sample[20],
then which of the following statement is wrong?
a)test=sample
b)sample=test
c)Both a & b
d)none of the above -
-
-
-
-
-
-
-
OS, OOPS - Technical Interview Questions
1. What is OS?2. What is Data Structures?3. What is the function of OS?3. Tell about oops concept?4. State differences between C++ & Java?7. Write a program to count the number of occurrences 'accenture' in a file?
-
-
-
OOPS Interview Questions
Ans