1.what is the difference between software & package
&application.
Answer / rekha
software is like installer/program.package means set of all
whole pc.
| Is This Answer Correct ? | 18 Yes | 30 No |
Explain function overloading
Do you know the use of vtable?
Difference between Operator overloading and Functional overloading?
What are disadvantages of pointers?
What does it mean to declare a member variable as static?
How can you say that a template is better than a base class?
Is c++ free?
What is switch case in c++ syntax?
Can a program run without main in c++?
Is c++ a difficult language?
How the compilers arranges the various sections in the executable image?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---