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...
Friday, 30 October 2015
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...
Wednesday, 28 October 2015
string function strcat c++ example
12:42
Strcat function comes from the string class with string.h header file . It takes two strings as parameters and return second string append t...
Friday, 23 October 2015
concatenate two strings in c++ without using strcat
10:44
Write a C++ program which take two strings as input from user and concatenate two strings without using the string class function strcat() ....
Thursday, 22 October 2015
count vowels in a string c++
10:10
Write a C++ program which counts numbers of vowels in a given string and tell every index where a vowel is found. This c++ example covers fo...
Subscribe to:
Posts (Atom)