How to defines the function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
What are the different types of polymorphism?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Is there a sort function in c++?
How are virtual functions implemented in c++?
Why we use #include iostream in c++?
What are the various access specifiers in c++?
What is time_t c++?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
Can you please explain the difference between overloading and overriding?
How java is different from c and c++?