How is class defined?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between function template and template of function?explain with example.
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
How to calculate the age from the date of birth by using the program?
What is the main difference between C++ and Java
how to swap the variables without using temp and operators
What does and I oop and sksksk mean?
what is polymorpsim? what are its types?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
oops concept is used for?
any one please tell me the purpose of operator overloading