Explain what you mean by a pointer.
No Answer is Posted For this Question
Be the First to Post Answer
When is the destructor called?
Is c++ the best programming language?
What do you mean by stack unwinding in c++?
What is public, protected, private in c++?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
what are the types of Member Functions?
What is the difference between a shallow copy and a deep copy?
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.
What is the size of pointer ? Also size of pointer in 64 bit pointer
Mention the ways in which parameterized can be invoked. Give an example of each.
What does it mean to declare a member variable as static?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)