What are dynamic type checking?
No Answer is Posted For this Question
Be the First to Post Answer
how is returning structurs from functions?Show an eg?
What are member functions used in c++?
Explain method of creating object in C++ ?
Explain the difference between c & c++?
Is java made in c++?
List different attributes in C++?
What does override mean in c++?
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
How does c++ structure differ from c++ class?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
When should we use multiple inheritance?