Explain the differences between list x; & list x();.
No Answer is Posted For this Question
Be the First to Post Answer
Difference between class and structure.
"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,
Explain stack unwinding.
How do you traverse a btree in backward in-order?
Can a function take variable length arguments, if yes, how?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Is c++ the most powerful language?
What is a reference in C++?
how to swap two strings without using any third variable ?
What are protected members in c++?
Is there any difference between int [] a and int a [] in c++?
What are the sizes and ranges of the basic c++ data types?