If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of void main() in C++ language?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
What is else if syntax?
What is a built-in function?
What is function overriding?
What are stacks? Give an example where they are useful.
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
What is the use of cmath in c++?
When is the copy constructor called?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?