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;}
C Program to Check EVEN & ODD NO main() { int n, a; clrscr(); printf("ENTER ANY NUMBER: "); scanf("%d", &n);
Write a program that writes your name on the monitor ten times. Write this program three times, once with each looping method.
Write a C++ program doing the following: The program reads from the keyboard the numbers of rows and columns of a 2-D array of integers. Then, it allocates this array (let’s name i
c program to construct a structure: struct sensus { char name[30]; long int population;
y=2x-3?_(i=1)^(n+1)¦?i+2?
A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome
Operators in C++: All C operators are valid operators in C++ also. Besides C++ has developed some new operators like Operators and their Expression: 1. Logical op
Program which can check the given string is super ascii or not
Write a C program to input five numbers and print them out on a new line e.g 5, 10, 15, 20, 25 displayed as 5 10 15 20 25 #include stdio.h void main() {
how many types of loops are there and whay are they and what are its uses
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