What is null and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between static and dynamic binding of functions?
what are the events occur in intr activated on interrupt vector table
WHO DEVELOPED C++?
What are advantages of c++?
"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,
Is c++ primer good for beginners?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Which c++ compiler is best?
What are the manipulators in c++?
What parameter does the constructor to an ofstream object take?
Write a struct time where integer m, h, s are its members?
write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1