answersLogoWhite

0


Best Answer

print

c

co

com

comp

compu

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a c program using string concept enter a sting and replace the new string in to old string and find no of occurrence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program to replace r by R in the string rose is a rose in c sharp?

string rose = "rose"; rose = rose.Replace('r', 'R');


Function finds the occurrence of a given string in another string?

in C: strstr, declared in string.h


At which decimal of pi does the earliest occurrence of the string 999999 begin?

762 is when the decimal of pi had the earliest occurrence of the string 999999. Pi has been represented by a Greek letter since the mid 19th century.


Write a program to implement the various operations on string such as length of string concatenation reverse of a string copy of a string to another in VB?

what is string


C plus plus program to perform string manipulation?

You do not need to program string manipulation as it is already part of the standard library. See std::string and std::wstring.


What is the term used for a string that appears in the actual code of a program?

string-literal


What term is used for a string that appears in the actual code of a program?

string-literal


What are differences between replace and substitute Microsoft Excel functions?

The Replace function replaces part of a text string, based on the number of characters you specify, with a different text string. The Substitute function substitutes newtext for old text in a text string. You use Substitute when you want to replace specific text in a text string and you use Replace when you want to replace any text that occurs in a specific location in a text string.


What is the use of Reverse String in C program?

The use of the reverse string in C program is used to reverse the letters in the string. An example would be reverse me would be reversed to em esrever.


How do you string a bow and arrows?

You replace it, an repaired bow string is considerably less effective than in intact string.


Write a program to dycrypt the text kpfkc to get original string India using string concept in c?

char cyphertext[] = "kpfkc"; char plaintext[sizeof(cyphertext)]; int i; for (i=0; i<sizeof(cyphertext); i++) plaintext[i] = cyphertext[i] - 2; Note: This is not portable, and depends on the USASCII character set.


Write the function replace which finds the string from in the string string and replaces it with the?

Hay buddy this is homework. U have to solve it by urself.