What will happen if a pointer is deleted twice?
No Answer is Posted For this Question
Be the First to Post Answer
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Write a program to find the reverse Fibonacci series starting from N.
What is the type of 'this' pointer?
What are the benefits of c++?
What is implicit pointer in c++?
Explain about templates of C++.
What is size of string in c++?
What is ofstream c++?
What are disadvantages of pointers?
Is rust better than c++?
Describe linkages and types of linkages?
Differentiate between a pointer and a reference with respect to c++.