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!
Write a program to get the largest element in an array using Function?
# include int largest(int b[],int);main(){ int lar,a[5]={12,2,36,40,5}; lar=largest(a,n); printf("%d",lar);}
int largest(int b[],int num){ int i,max; max=b[0]; for(i=1;i { if(b[i]>max) { max=b[i]; } } return max;}
Newton's method for cube roots is based on the fact that if y is an approximation to the cube root of x, then a better approximation is given by the value: (x/y 2 +2y)/3 (a)
Explain multi dimensional array with example.
your own wise
full program
Problems With Multiple Inheritance The following example presents a problem with multiple inheritance. class Aclass { public : void put()
Various ways of initializing the Arrays. - The for loop initializes 10 elements with the value of their index. void main() { const in
how do i print out invalid input?
Design a game in c: const DODGERS = 0; const GIANTS = 1; void main(void) { int scoreboard [2][9]; // An array two rows by nine columns int team, i
Using a Friend Using a friend function is quite easy. The following example explains a friend function to access members of two classes. class Bclass;
Explain Rules for constructing variable names? The Rules for constructing variable names : a) A variable name is any combination of alphabets, 0 to 9 digits and undersc
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