×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
String - C Language
2442    Arnab De    25/03/2020
Read each word separately from the given sentence and compare to find the word. If it is equal then that word replaced by the given word otherwise restore t ...
25
March, 2020
2755    Arnab De    31/05/2019
2D Array sorting. This is a very easy program. Here we used strcmp() to compare the strings and exchange the string each other with in an array of string.
31
May, 2019
1365    Arnab De    26/05/2019
Read a string from user using gets () function. Now travel the string until a space (ASCII Code 32) found and copy the characters in a variable called word.
26
May, 2019
1358    Arnab De    26/05/2019
We can reverse a string in two different ways (1) using a second character array or string (2) without using a second character array or string.
26
May, 2019
1741    Arnab De    15/05/2019
Read a string from user using gets() function. Now travel the whole string and pick out the first character of every word and convert it into upper case.
15
May, 2019
softetechnologies
1624    Arnab De    13/05/2019
Read a string from user using gets() function. Now travel the whole string and check it is an alphabet or Not. If it is an alphabet then check it position.
13
May, 2019
11358    Arnab De    27/04/2019
Travel the whole string and check it is an alphabet or Not. If it is an alphabet then convert into upper case character. Now print the string using puts().
27
April, 2019
1299    Arnab De    27/04/2019
Travel the whole string and check it is an alphabet or not. If it is an alphabet then convert into upper case character. Now print the string using puts().
27
April, 2019
1101    Arnab De    27/04/2019
Read a string from user using gets(). Now travel the whole string and check it is an alphabet or Not. If it is an alphabet then convert into lower case char ...
27
April, 2019
1114    Arnab De    23/04/2019
Write a Program in c to accept a sentence and find the frequency of character in it.
23
April, 2019
softetechnologies
1375    Arnab De    15/04/2019
Write a C program to reverse a string. Calculate the length of the string. Copy the characters of the string into another string from the back or in reverse ...
15
April, 2019
1713    Arnab De    15/04/2019
Write a C program to compare two string. First check the length of two string. if length are equal then travel the source strings, and compare the characters
15
April, 2019
1493    Arnab De    15/04/2019
Write a C program to copy a string into another string. Travel the source string, and copy the character one by one into targeted string.
15
April, 2019
1870    Arnab De    13/04/2019
To find out the length of a string, we follow the following step - Declare a counter variable. Travel the string, until the null character return.
13
April, 2019
softetechnologies
Albert Einstein
I never teach my pupils, I only provide the conditions in which they can learn.
Albert Einstein
1754
50.71
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     41372
01/01/2018     35771
28/06/2017     33775
25/06/2018     32837
02/08/2017     32144
06/07/2017     26597
01/08/2017     26560
15/05/2017     26214
14/07/2017     21529
21/04/2018     20517
softetechnologies