Is vector a class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
Difference between struct and class in terms of access modifier.
What is the difference between reference and pointer?
Does c++ vector allocate memory?
What is #include cstdlib in c++?
Why can you not make a constructor as const?
What is static function? Explain with an example
wap to accept 10 numbers & display the number of odd and even numbers??
Explain what is oop?
What is the v-ptr?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Distinguish between a # include and #define.