Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
when a class is defined the compiler will not allocate memory.
This is true only for data member not for member function. As soon as the member function is defined the required memory for that member function is allocated. The memory for data member (variable) is allocated only when the object is constructed from the class.
class item
{ int number; float cost; public:
void getdata(int a, float b);
void putdata(void);
};
In the class item the memory is allocated for getdata and putdata member functions.
Memory is not allocated for number and cost data members.
item p; Now the memory is allocated for data member number and cost. The memory is allocated for each instances of object.
item p,q,r,s; The memory is allocated for data members of object p,q,r,and s separately for the member function only one memory location which is allocated in the definition.
C program to print L diagonal triangle: void main() { int i=0,j=0; int arr[rows][cols]; for (i=0; i
Question 1 Write a program in ‘C' to check whether a given number is even or odd Question 2 Explain while and do... while loop with an example Question 3 Write a program
If you have computed a number (stored as a ?oating-point value) and want to display this on a plot (i.e. as a character string) you have to convert it into a STRING. That is we wan
Pebble Merchant
#include #include #include #include #include //*Variables Used in Programs*// int k; int l; int d; int won; int loss; int cash = 500;
reocord of a student and a function ctotal to calculate the marks of any three subject by using ctotal() function
It is a feature in C++ to reduce name collisions in the global name space. This namespace keyword assigns a separate name to a library that allows other libraries to use the simila
Convert compass heading in degrees (0-360 degrees)to compass bearing. A compass bearing consist of three items namely: a.The direction you face (North or South) b.An angle betwe
C Program to FIND VOWELS void main() { char str[50]; int ac=0, ec=0, ic=0, oc=0, uc=0; int i,stln,vc,word=1; clrscr
develop a program read the following information from the keyboard in which base class consist of employee name code and destingnation the derived class contain the data members th
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd