Half yearly particals programs Write a c++ program using - TopicsExpress



          

Half yearly particals programs Write a c++ program using function to search a particular element in an array using the function lsearch(int a[],int n,int m). Write a c++ program using function to find then sum of elements in the even position of single dimensional array. Write a c++ program using function to find then sum of elements in the odd position of single dimensional array. Write a c++ program using userdefined function to find whether a given string is palindrome or not.(without using strrev()). Write a c++ program using function to find the maximum element in an array. Write a c++ program using function to find the minimum element in an array. Write a c++ program using function to find the no.of words in a given line of text. Write a c++ program using function to find no.of vowels ,consonants and digits in the given string. Write a c++ program using function to convert the 2 digit octal number into its equivalent binary. Write a c++ program to find then sum of series (22+(22+42)+(22+42+62)+……… upto n terms) Write a c++ program using function to find then sum of factors of the number. Write a c++ program using function to find then gcd of 2 numbers. Write a c++ program using function to read first name,middle name,last name from the user and produce an output where first letter of each name is capitalized. Write a C++ Program using function to pass a string as argument and print the reverse of a string Write a C++ Program using function to pass a number as argument and check whether the number is a prime number or not. Write a C++ Program using function to find the sum of the series 12+32+52+……upto n terms Write a C++ program using function to accept 10 integers from a user in a single dimensional array and find the sum of numbers which are divisible by 5 Write a C++ program using function to accept 10 integers from a user in a single dimensional array and find the product of numbers which are in even position. Write a C++ program using function to accept 10 integers from a user in a single dimensional array and find the product of numbers which are in odd position. Write a C++ program using function to accept any 5 numbers , find the average and print the grade for that average. 90 - 100 O 80 - 89 A 70 - 79 B 60 - 69 C 50 - 59 D
Posted on: Mon, 10 Nov 2014 12:26:12 +0000

Trending Topics



Recently Viewed Topics




© 2015