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

Post New Answer

More C++ General Interview Questions

what is the use of void main() in C++ language?

0 Answers  


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

0 Answers  


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,


What is else if syntax?

0 Answers  


What is a built-in function?

1 Answers  






What is function overriding?

1 Answers  


What are stacks? Give an example where they are useful.

0 Answers  


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


What is the use of cmath in c++?

0 Answers  


When is the copy constructor called?

0 Answers  


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.

2 Answers   Nagarro,


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?

0 Answers  


Categories