answersLogoWhite

0

printf ("%s -> %s\n", "dhairya", "ayriahd");

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Write a flowchart of reverse the string in c?

wefwfe


Write a c program using string concept enter a sting and replace the new string in to old string and find no of occurrence?

print c co com comp compu


How do you write a c program to find a word in a string?

what is if(!(str[i]==32))


C coding for operator overloading?

C does not support operator overloading. If you mean C++ operator overloading, it depends on exactly what you wanted to do. If you wanted to '+' to strings, then you could write: string operator+(string a, string b) { // do something }


How do you write a c program to find the smallest word in a string?

what is if(!(str[i]==32))


Why can't the c plus plus compiler find the string object?

The most likely reason that the C++ compiler can't find the string object is just that you've forgotten to include the string header file.Code Example:#include // so you can use C++ strings using namespace std; // so you can write 'string' instead of 'std::string' string sMyString; // declare a string


Do I need to write a program to find a substring in a given string in c plus plus?

No.


How do you write c programme to find proper subset of a given string?

you can use strstr()


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');


Write a program in c to convert a given string to lower case?

Use the tolower() function. Example: char* a = 'X'; a = tolower(a); printf("%c", a);


Can you write a C program to check whether a string is an IP address or not?

Use the Exception class and type converters.


Write c program to print palindrome using string without using strrev strlen strcam?

sdfdg