What is a null object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a built-in function?
Why do we use vector in c++?
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
What is ofstream c++?
Write about the retrieval of n number of objects during the process of delete[]p?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What does it mean to declare a member function as static?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What parameter does the constructor to an ofstream object take?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What are the comments in c++?
What are the differences between a struct in C and in C++?