Explain the differences between private, public and protected and give examples.
No Answer is Posted For this Question
Be the First to Post Answer
how to explain our contribution in the project?
What is meant by a delegate?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Why we use #include conio h in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What are member functions used in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Explain the scope of resolution operator.
What is the difference between while and do while loop?
What is the size of pointer ? Also size of pointer in 64 bit pointer
Give 2 examples of a code optimization?