Answer Posted / sunil
declaring destructor and constructor as static is a syntax error
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of seekg in c++?
Are c and c++ different?
Declare a class vehicle and make it an abstract data type.
What are the five basic elements of a c++ program?
What is the best c++ ide?
What is a template in c++?
Which is most difficult programming language?
What is diamond problem in c++?
What are the main features of c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is a driver program?
Can I learn c++ in a week?
Is oops and c++ same?
Write a program to interchange 2 variables without using the third one.
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.