Answer Posted / rahul
1 Byte. Class is static entity.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How is new() different from malloc()?
Do you know what are static and dynamic type checking?
What is the best ide for c++?
Distinguish between new and malloc and delete and free().
What is a storage class?
How can virtual functions in c++ be implemented?
What is the use of setfill in c++?
What is #include iostream in c++?
When is the copy constructor called?
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. --- │ │ │ │ │ │ ---
Write a program to find the Factorial of a number
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is else if syntax?
What is the difference between a declaration and a definition?
Is c++ built on c?