Write a program in which a function takes input from user and print numbers in descending order using recursion . Make proper prototype with...
Showing posts with label function. Show all posts
Showing posts with label function. Show all posts
Friday, 5 February 2016
Friday, 30 October 2015
search a character in a string strchr c++ example
12:33
strchr is a string class function which helps to find a character in a string. It takes two parameters first is string and second is chara...
Thursday, 29 October 2015
strncat function c++ example source code
16:07
strncat function used to concatenate two strings upto specified number of characters . It takes 3 parameters first and second is string thir...
Tuesday, 31 March 2015
c++ pointer simple example pass by reference
06:07
Write a program which passes a reference to a function and function has a pointer as argument. Keep the return type void and display result ...
Saturday, 21 February 2015
c++ programs to find transpose of a matrix with function and without function
15:03
Write two C++ programs which asks user to enter number of rows and colums and calculate its transpose and display the result accordingly. No...
Subscribe to:
Posts (Atom)