what is the difference between linear list linked
representaion and linked representation? what is the
purpose of representing the linear list in linked
represention ? is it not avoiding rules of linear
represention?
How should runtime errors be handled in c++?
Is swift better than c++?
Write about c++ storage classes?
What is c++ & why it is used?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
What is std :: flush?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
Why is c++ still used?
What is the use of bit fields in structure declaration?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
. 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?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).