How a macro differs from a template?
No Answer is Posted For this Question
Be the First to Post Answer
What is general format for a prototype?
Name the implicit member functions of a class.
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What are the comments in c++?
Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
Can I learn c++ without learning c?
why is c++ called oops? Explain
What is buffer and example?
Can you please explain the difference between overloading and overriding?
What is data abstraction? How is it different from data encapsulation?
What is the default width for ouputting a long integer using the insertion operator?