Q 1. Write a program to shift array element with previous one (Left to Right) . Last element will be replace with first element ?
Input/Output :
Q 9.Write a program to spilt an array into two equal parts ?
Q 10. Write a program to input Fibonacci into array?
Q 11.Write a program to find out prime number between given range and saved these number into array. Range should be up-to 1 to 10000 ?
Q 12.Write a program to input 10 numbers and print each element with multiply by its equivalent index position?
Q 14.Write a program search a number in array ?
Q 15.Write a program to print an array value skip by one index?
Q 17. Write a program to input ASCII value and print its equivalent character.Using 7 bit ASCII/
Q 18. Write a function which accepts an array of size n containing integer values and returns average
of all values. Call the function from main program.
Q 18. Write a function which accepts an array of size n containing integer values and returns average
of all values. Call the function from main program.
Q 20 : Write a program to delete an element from a given location of an array of integers.
Q 21 : Write a program that accept an array of 10 integers and a number to be deleted from the array if found. Represent deleted element with -1 and display final array. If not found print appropriate message.
Q 22 : Write a program to input a set of numbers into an array. Pass the array to a function that finds and display the largest number.
Q 23 : Write a program using dynamic memory allocation to read numbers as input and display them in sorted order thereafter.
No comments:
Post a Comment