What is difference between array and vector in c++?
No Answer is Posted For this Question
Be the First to Post Answer
why v use c++ even we have microprocessor
What is the difference between reference and pointer?
What compiler was used?
Can a new be used in place of old mallocq? If yes, why?
Can we use pointers in c++?
How much is size of struct having 1 char & 1 integer?
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
Which bitwise operator is used to check whether a particular bit is on or off?
What is the difference between a pointer and a link in c ++?
Explain the differences between private, public and protected and give examples.
Can we distribute function templates and class templates in object libraries?
Is c++ vector a linked list?