What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Post New Answer View All Answers
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
When there is a global variable and local variable with the same name, how will you access the global variable?
what are Access specifiers in C++ class? What are the types?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Describe the process of creation and destruction of a derived class object?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
what is the difference between overloading & overriding? give example.
Program to check whether a word is a sub-string or not of a string typed
What do you mean by ‘void’ return type?
Is it possible to provide default values while overloading a binary operator?
What are the three forms of cin.get() and what are their differences?
What is constructor c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Is c++ a float?