Posts

Showing posts with the label ADVANCE C ASSIGNMENTS

ADVANCE C ASSIGNMENTS

Image
ADVANCE C ASSIGNMENTS Simple User Defined Function and passing One Dimensional Array 1.      Write a user defined function to calculate simple interest. 2.      Write a user defined function to interchange two character values. 3.      Write a user defined function to sort one dimensional integer array. 4.      Write a user define function to check whether inputted strings are anagram or not. 5.      Write two user defined functions to find minimum and maximum from an array. 6.      Write a menu driven program to calculate factorial of a number or print Fibonacci series using recursion. 7.      Write a menu driven program to implement calculator using user defined functions. 8.      Write a user defined function to find whether a given character is present in given string or not. 9.      Write a user defined f...